]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: always combine directories with prefix
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Apr 2022 15:33:56 +0000 (17:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 7 May 2022 05:46:58 +0000 (07:46 +0200)
commitf7fb6c6ad4f6c5dd2e37af9ec60c51d6de24a24e
tree67dbb87f1d0d1fe2571d336fa901ec09e7b020ff
parentce6119dc8e025f17c38926aa793f96ed74cb3cc0
meson: always combine directories with prefix

Meson allows directories such as "bindir" to be relative to the prefix.  Right
now configure is forcing an absolute path, but that is not really necessary:
just make sure all uses of the directory variables are prefixed appropriately.
Do the same also for the options that are custom for QEMU, i.e. docdir and
qemu_firmwarepath.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build