mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
configure, meson: move --enable-plugins to meson
While the option still needs to be parsed in the configure script (it's needed by tests/tcg, and also to decide about recursing into contrib/plugins), passing it to Meson can be done with -D instead of using config-host.mak. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2a5919ab64
commit
2c13c57441
8 changed files with 23 additions and 18 deletions
|
@ -83,6 +83,8 @@ option('xen_pci_passthrough', type: 'feature', value: 'auto',
|
|||
description: 'Xen PCI passthrough support')
|
||||
option('tcg', type: 'feature', value: 'enabled',
|
||||
description: 'TCG support')
|
||||
option('plugins', type: 'boolean', value: false,
|
||||
description: 'TCG plugins via shared library loading')
|
||||
option('debug_tcg', type: 'boolean', value: false,
|
||||
description: 'TCG debugging')
|
||||
option('tcg_interpreter', type: 'boolean', value: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue