meson: vhost-user-gpu/virtiofsd: use absolute path
commitcd57deabad8f60a6b0d135318810909bc0b7a93f
authorMarc Hartmayer <mhartmay@linux.ibm.com>
Tue, 3 Nov 2020 11:23:33 +0000 (3 12:23 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Nov 2020 14:42:53 +0000 (3 09:42 -0500)
tree940f75c080f57beb97a9f2f2499ad07ef8d57774
parenta5cb7c5afe717d42ae8845cd4b8805ea17b3f64d
meson: vhost-user-gpu/virtiofsd: use absolute path

The option `libexecdir` is relative to `prefix` (see
https://mesonbuild.com/Builtin-options.html), so we have to be aware
of this when creating 50-qemu-gpu.json and
50-qemu-virtiofsd.json. Otherwise, tools like libvirt will not be able
to find the executable.

Fixes: 16bf7a3326d8 ("configure: move directory options from config-host.mak to meson")
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Message-Id: <20201103112333.24734-1-mhartmay@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
contrib/vhost-user-gpu/meson.build
tools/virtiofsd/meson.build