mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
meson: Stop looking for udevadm 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
e8d149614b
commit
5b4d1a68b2
@ -820,7 +820,6 @@ optional_programs = [
|
|||||||
'rmmod',
|
'rmmod',
|
||||||
'scrub',
|
'scrub',
|
||||||
'tc',
|
'tc',
|
||||||
'udevadm',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
foreach name : optional_programs
|
foreach name : optional_programs
|
||||||
|
@ -62,6 +62,8 @@ G_STATIC_ASSERT(sizeof(gid_t) <= sizeof(unsigned int) &&
|
|||||||
|
|
||||||
VIR_LOG_INIT("util.util");
|
VIR_LOG_INIT("util.util");
|
||||||
|
|
||||||
|
#define UDEVADM "udevadm"
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
|
||||||
int virSetInherit(int fd, bool inherit)
|
int virSetInherit(int fd, bool inherit)
|
||||||
|
Loading…
Reference in New Issue
Block a user