mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00: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',
|
||||
'modprobe',
|
||||
'ovs-vsctl',
|
||||
'passt',
|
||||
'pdwtags',
|
||||
'pytest',
|
||||
'rmmod',
|
||||
|
@ -35,6 +35,9 @@
|
||||
VIR_LOG_INIT("qemu.passt");
|
||||
|
||||
|
||||
#define PASST "passt"
|
||||
|
||||
|
||||
static char *
|
||||
qemuPasstCreatePidFilename(virDomainObj *vm,
|
||||
virDomainNetDef *net)
|
||||
|
Loading…
Reference in New Issue
Block a user