summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarc-André Lureau2020-08-26 13:04:15 +0200
committerPaolo Bonzini2020-09-01 14:51:33 +0200
commit73f3aa3766e64492559e3ec05b5cc2cfde0d2c9e (patch)
tree69b3d74d6cc8c47792ce3d0c8662fe3b703b0c27 /meson_options.txt
parentconfigure: build docdir like other suffixed directories (diff)
downloadqemu-73f3aa3766e64492559e3ec05b5cc2cfde0d2c9e.tar.gz
qemu-73f3aa3766e64492559e3ec05b5cc2cfde0d2c9e.tar.xz
qemu-73f3aa3766e64492559e3ec05b5cc2cfde0d2c9e.zip
meson: pass qemu_suffix option
The following patches will make use of it to fix installation paths. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200826110419.528931-5-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index aef2de6523..dfdcf85063 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,5 @@
+option('qemu_suffix', type : 'string', value: '/qemu',
+ description: 'Suffix for QEMU data/modules/config directories (can be empty)')
option('gettext', type : 'boolean', value : true)
option('sdl', type : 'feature', value : 'auto')
option('sdl_image', type : 'feature', value : 'auto')