mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
configure, meson: move --enable-modules to Meson
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
877c556705
commit
6002711c66
5 changed files with 20 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue