]> xenbits.xensource.com Git - people/aperard/libvirt.git/commitdiff
meson: Stop looking for passt at build time
authorAndrea Bolognani <abologna@redhat.com>
Tue, 28 Nov 2023 18:24:39 +0000 (19:24 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 5 Dec 2023 10:50:44 +0000 (11:50 +0100)
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>
meson.build
src/qemu/qemu_passt.c

index fa4062df2f23043fe510f592270bbff591a987a5..4d96b32e58481b13387a30ce989d71f9d6e2572f 100644 (file)
@@ -814,7 +814,6 @@ optional_programs = [
   'mm-ctl',
   'modprobe',
   'ovs-vsctl',
-  'passt',
   'pdwtags',
   'pytest',
   'rmmod',
index c364fba4e74a3274a319ca198e8eee779a9678fb..70a12c825ef989f206ab303b57337100bb86a1ca 100644 (file)
@@ -35,6 +35,9 @@
 VIR_LOG_INIT("qemu.passt");
 
 
+#define PASST "passt"
+
+
 static char *
 qemuPasstCreatePidFilename(virDomainObj *vm,
                            virDomainNetDef *net)