qapi/meson: Restrict system-mode specific modules
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210122204441.2145197-12-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1935e0e4e0
commit
7fdb383d04
@ -18,8 +18,6 @@ if have_system or have_tools
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
qapi_all_modules = [
|
qapi_all_modules = [
|
||||||
'acpi',
|
|
||||||
'audio',
|
|
||||||
'authz',
|
'authz',
|
||||||
'block',
|
'block',
|
||||||
'block-core',
|
'block-core',
|
||||||
@ -39,14 +37,10 @@ qapi_all_modules = [
|
|||||||
'misc-target',
|
'misc-target',
|
||||||
'net',
|
'net',
|
||||||
'pragma',
|
'pragma',
|
||||||
'pci',
|
|
||||||
'qom',
|
'qom',
|
||||||
'rdma',
|
|
||||||
'replay',
|
'replay',
|
||||||
'rocker',
|
|
||||||
'run-state',
|
'run-state',
|
||||||
'sockets',
|
'sockets',
|
||||||
'tpm',
|
|
||||||
'trace',
|
'trace',
|
||||||
'transaction',
|
'transaction',
|
||||||
'ui',
|
'ui',
|
||||||
@ -54,7 +48,13 @@ qapi_all_modules = [
|
|||||||
]
|
]
|
||||||
if have_system
|
if have_system
|
||||||
qapi_all_modules += [
|
qapi_all_modules += [
|
||||||
|
'acpi',
|
||||||
|
'audio',
|
||||||
'qdev',
|
'qdev',
|
||||||
|
'pci',
|
||||||
|
'rdma',
|
||||||
|
'rocker',
|
||||||
|
'tpm',
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user