mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
meson: Stop looking for passt 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
58b17ce789
commit
6aa2fa38b0
@ -814,7 +814,6 @@ optional_programs = [
|
|||||||
'mm-ctl',
|
'mm-ctl',
|
||||||
'modprobe',
|
'modprobe',
|
||||||
'ovs-vsctl',
|
'ovs-vsctl',
|
||||||
'passt',
|
|
||||||
'pdwtags',
|
'pdwtags',
|
||||||
'pytest',
|
'pytest',
|
||||||
'rmmod',
|
'rmmod',
|
||||||
|
@ -35,6 +35,9 @@
|
|||||||
VIR_LOG_INIT("qemu.passt");
|
VIR_LOG_INIT("qemu.passt");
|
||||||
|
|
||||||
|
|
||||||
|
#define PASST "passt"
|
||||||
|
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
qemuPasstCreatePidFilename(virDomainObj *vm,
|
qemuPasstCreatePidFilename(virDomainObj *vm,
|
||||||
virDomainNetDef *net)
|
virDomainNetDef *net)
|
||||||
|
Loading…
Reference in New Issue
Block a user