mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +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',
|
'pdwtags',
|
||||||
'pytest',
|
'pytest',
|
||||||
'rmmod',
|
'rmmod',
|
||||||
'scrub',
|
|
||||||
'tc',
|
'tc',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ VIR_LOG_INIT("storage.storage_util");
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PARTED "parted"
|
#define PARTED "parted"
|
||||||
|
#define SCRUB "scrub"
|
||||||
|
|
||||||
/* virStorageBackendNamespaceInit:
|
/* virStorageBackendNamespaceInit:
|
||||||
* @poolType: virStoragePoolType
|
* @poolType: virStoragePoolType
|
||||||
|
Loading…
Reference in New Issue
Block a user