summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2021-10-13 13:19:00 +0200
committerPaolo Bonzini2022-02-21 10:35:54 +0100
commit5dc4618e781f36c4bea1b0cdd1bea75b48640c5a (patch)
tree27456281d3deb8947606d02f7023c6ac7be4f880 /meson_options.txt
parentmeson, configure: move ntddscsi API check to meson (diff)
downloadqemu-5dc4618e781f36c4bea1b0cdd1bea75b48640c5a.tar.gz
qemu-5dc4618e781f36c4bea1b0cdd1bea75b48640c5a.tar.xz
qemu-5dc4618e781f36c4bea1b0cdd1bea75b48640c5a.zip
configure, meson: move CONFIG_IASL to a Meson option
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 3be830cb49..52b11cead4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -12,6 +12,8 @@ option('smbd', type : 'string', value : '',
description: 'Path to smbd for slirp networking')
option('sphinx_build', type : 'string', value : '',
description: 'Use specified sphinx-build [$sphinx_build] for building document (default to be empty)')
+option('iasl', type : 'string', value : '',
+ description: 'Path to ACPI disassembler')
option('default_devices', type : 'boolean', value : true,
description: 'Include a default selection of devices in emulators')
option('audio_drv_list', type: 'array', value: ['default'],