mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
meson: add spice_headers dependency.
Used for files which (with CONFIG_SPICE=y) depend on spice header files to pick up some enum, but which do not depend on on the actual spice shared library. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20201014121120.13482-6-kraxel@redhat.com
This commit is contained in:
parent
93ab5844b2
commit
d72c34cccc
3 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@ qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
|
|||
softmmu_ss.add(files(
|
||||
'hmp-cmds.c',
|
||||
'hmp.c',
|
||||
'qmp-cmds.c',
|
||||
))
|
||||
softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
|
||||
|
||||
specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('misc.c'), spice])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue