aboutsummaryrefslogtreecommitdiff
path: root/ui/meson.build
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-10-19 09:52:11 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-10-21 15:46:14 +0200
commit2e31e210a8590461d428855426a04dfa49717b51 (patch)
treea7016d36f947028efcf3f8a1341d66c837bffdae /ui/meson.build
parent4c41341af76cfc85b5a6c0f87de4838672ab9f89 (diff)
downloadqemu-2e31e210a8590461d428855426a04dfa49717b51.zip
qemu-2e31e210a8590461d428855426a04dfa49717b51.tar.gz
qemu-2e31e210a8590461d428855426a04dfa49717b51.tar.bz2
spice: add module helpers
Add new spice-module.c + qemu-spice-module.h files. The code needed to support modular spice will be there. For starters this will be only the using_spice variable, more will follow ... Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20201019075224.14803-2-kraxel@redhat.com
Diffstat (limited to 'ui/meson.build')
-rw-r--r--ui/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/meson.build b/ui/meson.build
index ab4de98..e89e298 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -12,6 +12,7 @@ softmmu_ss.add(files(
'keymaps.c',
'qemu-pixman.c',
))
+softmmu_ss.add([spice_headers, files('spice-module.c')])
softmmu_ss.add(when: 'CONFIG_LINUX', if_true: files('input-linux.c'))
softmmu_ss.add(when: [spice, 'CONFIG_SPICE'], if_true: files('spice-core.c', 'spice-input.c', 'spice-display.c'))