summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:48 +0200
committerPaolo Bonzini2022-05-07 07:46:58 +0200
commit119fc611eac96d5ad5c407860b29c0fd5d072f6d (patch)
tree81cb0b13706c97b13254d7680d1f8dc55bc7dc4d /meson_options.txt
parentqga-vss: always build qga-vss.tlb when qga-vss.dll is built (diff)
downloadqemu-119fc611eac96d5ad5c407860b29c0fd5d072f6d.tar.gz
qemu-119fc611eac96d5ad5c407860b29c0fd5d072f6d.tar.xz
qemu-119fc611eac96d5ad5c407860b29c0fd5d072f6d.zip
meson-buildoptions: add support for string options
Allow using the buildoptions.json file for more options, namely anything that is not a boolean or multiple-choice. The mapping between configure and meson is messy for string options, so allow configure to use to something other than the name in meson_options.txt. This will come in handy anyway for builtin Meson options such as b_lto or b_coverage. Tested-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, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index af432a4ee6..390701517c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,7 +11,7 @@ option('qemu_firmwarepath', type : 'string', value : '',
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)')
+ description: 'Use specified sphinx-build for building document')
option('iasl', type : 'string', value : '',
description: 'Path to ACPI disassembler')
option('default_devices', type : 'boolean', value : true,