aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-10-20 14:53:10 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-05-18 08:53:52 +0200
commit6002711c669ecfa9124e9a5a6264ced30bbee3f9 (patch)
treedbaa38b4b94c2708178e157280d3b1bcfded4edd /meson_options.txt
parent877c5567050eff2c63267d76f0c0c3c38cebe048 (diff)
downloadqemu-6002711c669ecfa9124e9a5a6264ced30bbee3f9.zip
qemu-6002711c669ecfa9124e9a5a6264ced30bbee3f9.tar.gz
qemu-6002711c669ecfa9124e9a5a6264ced30bbee3f9.tar.bz2
configure, meson: move --enable-modules to Meson
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 f27aa43..2e78cc2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -42,6 +42,8 @@ option('fuzzing', type : 'boolean', value: false,
description: 'build fuzzing targets')
option('gettext', type : 'feature', value : 'auto',
description: 'Localization of the GTK+ user interface')
+option('modules', type : 'feature', value : 'disabled',
+ description: 'modules support (non Windows)')
option('module_upgrades', type : 'boolean', value : false,
description: 'try to load modules from alternate paths for upgrades')
option('install_blobs', type : 'boolean', value : true,