projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdb383
)
qapi/meson: Restrict UI module to system emulation and tools
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Fri, 22 Jan 2021 20:44:41 +0000
(21:44 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 8 Feb 2021 13:43:55 +0000
(14:43 +0100)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <
20210122204441
.
2145197
-13-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qapi/meson.build
patch
|
blob
|
history
diff --git
a/qapi/meson.build
b/qapi/meson.build
index 7aca8d50484d855d77e1f426c0e6dbcb6f459375..0652569bc43762a3066ae4149325b3ffc5c020ca 100644
(file)
--- a/
qapi/meson.build
+++ b/
qapi/meson.build
@@
-43,7
+43,6
@@
qapi_all_modules = [
'sockets',
'trace',
'transaction',
- 'ui',
'yank',
]
if have_system
@@
-57,6
+56,11
@@
if have_system
'tpm',
]
endif
+if have_system or have_tools
+ qapi_all_modules += [
+ 'ui',
+ ]
+endif
qapi_storage_daemon_modules = [
'block-core',