
2 May
2023
2 May
'23
1:47 p.m.
On Tue, May 02, 2023 at 02:37:03PM +0200, Olaf Hering wrote:
The current logic in meson.build assumes a fixed runtime path for qemu-bridge-helper in case this binary is not available during build. Since qemu-bridge-helper is not used during build it is not required to have it installed at build time.
It is likely that both qemu and libvirt are built with the same --libexecdir option. So use this as the expected location for qemu-bridge-helper.
Signed-off-by: Olaf Hering <olaf@aepfle.de> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
I have patches for turning these build time lookups into runtime lookups almost ready. Please give me a few more days :) -- Andrea Bolognani / Red Hat / Virtualization