summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:55 +0200
committerPaolo Bonzini2022-05-07 07:46:58 +0200
commitce6119dc8e025f17c38926aa793f96ed74cb3cc0 (patch)
treeab627c8050a19c484db4cb349ea6c4c4af74ecec /meson_options.txt
parentmeson, configure: move --with-pkgversion, CONFIG_STAMP to meson (diff)
downloadqemu-ce6119dc8e025f17c38926aa793f96ed74cb3cc0.tar.gz
qemu-ce6119dc8e025f17c38926aa793f96ed74cb3cc0.tar.xz
qemu-ce6119dc8e025f17c38926aa793f96ed74cb3cc0.zip
meson, configure: move --interp-prefix to meson
This is the last CONFIG_* entry in config-host.mak that had to be special cased. Reviewed-by: Marc-André Lureau <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 bdb45092ca..ae6c4b2475 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,6 +27,8 @@ option('block_drv_rw_whitelist', type : 'string', value : '',
description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like qemu-img)')
option('block_drv_ro_whitelist', type : 'string', value : '',
description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like qemu-img)')
+option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
+ description: 'where to find shared libraries etc., use %M for cpu name')
option('fuzzing_engine', type : 'string', value : '',
description: 'fuzzing engine library for OSS-Fuzz')
option('trace_file', type: 'string', value: 'trace',