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:
Andrea Bolognani 2023-11-28 19:24:39 +01:00
parent 58b17ce789
commit 6aa2fa38b0
2 changed files with 3 additions and 1 deletions

View File

@ -814,7 +814,6 @@ optional_programs = [
'mm-ctl',
'modprobe',
'ovs-vsctl',
'passt',
'pdwtags',
'pytest',
'rmmod',

View File

@ -35,6 +35,9 @@
VIR_LOG_INIT("qemu.passt");
#define PASST "passt"
static char *
qemuPasstCreatePidFilename(virDomainObj *vm,
virDomainNetDef *net)