Skip to content

Commit

Permalink
qapi/meson: Restrict system-mode specific modules
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
philmd authored and bonzini committed Feb 8, 2021
1 parent 1935e0e commit 7fdb383
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qapi/meson.build
Expand Up @@ -18,8 +18,6 @@ if have_system or have_tools
endif

qapi_all_modules = [
'acpi',
'audio',
'authz',
'block',
'block-core',
Expand All @@ -39,22 +37,24 @@ qapi_all_modules = [
'misc-target',
'net',
'pragma',
'pci',
'qom',
'rdma',
'replay',
'rocker',
'run-state',
'sockets',
'tpm',
'trace',
'transaction',
'ui',
'yank',
]
if have_system
qapi_all_modules += [
'acpi',
'audio',
'qdev',
'pci',
'rdma',
'rocker',
'tpm',
]
endif

Expand Down

0 comments on commit 7fdb383

Please sign in to comment.