mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
meson.build: convert --with-default-devices to meson
Pass the boolean option directly instead of writing CONFIG_MINIKCONF_MODE to config-host.mak. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
f7f2d65135
commit
7bc3ca7fc0
3 changed files with 9 additions and 11 deletions
|
@ -7,6 +7,8 @@ option('qemu_firmwarepath', type : 'string', value : '',
|
|||
option('sphinx_build', type : 'string', value : '',
|
||||
description: 'Use specified sphinx-build [$sphinx_build] for building document (default to be empty)')
|
||||
|
||||
option('default_devices', type : 'boolean', value : true,
|
||||
description: 'Include a default selection of devices in emulators')
|
||||
option('docs', type : 'feature', value : 'auto',
|
||||
description: 'Documentations build support')
|
||||
option('gettext', type : 'feature', value : 'auto',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue