mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
meson: Stop looking for scrub at build time
We only use it at runtime, not during the build process. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
5b4d1a68b2
commit
58b17ce789
@ -818,7 +818,6 @@ optional_programs = [
|
||||
'pdwtags',
|
||||
'pytest',
|
||||
'rmmod',
|
||||
'scrub',
|
||||
'tc',
|
||||
]
|
||||
|
||||
|
@ -73,6 +73,7 @@ VIR_LOG_INIT("storage.storage_util");
|
||||
#endif
|
||||
|
||||
#define PARTED "parted"
|
||||
#define SCRUB "scrub"
|
||||
|
||||
/* virStorageBackendNamespaceInit:
|
||||
* @poolType: virStoragePoolType
|
||||
|
Loading…
Reference in New Issue
Block a user