summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLukáš Hrázký <lhrazky@redhat.com>2018-10-30 15:43:50 +0100
committerLukáš Hrázký <lhrazky@redhat.com>2019-01-29 15:46:28 +0100
commit852ae0255c1d57b8a6910538aececd093157e17b (patch)
tree1dd4b34d0a2c890a3f9fd61c5428fd1a716791b0 /meson.build
parenteceab252be62f93ad7063324fdf3adf46b0811b2 (diff)
Send the graphics device info to the vd_agent
Sends the device address and device display IDs to the vdagent. The message is sent either in reaction to the SPICE_MSGC_MAIN_AGENT_START message or when the graphics device info changes. Signed-off-by: Lukáš Hrázký <lhrazky@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3184a6f5..5f402a5f 100644
--- a/meson.build
+++ b/meson.build
@@ -82,7 +82,7 @@ endif
#
# check for mandatory dependencies
#
-spice_protocol_version='0.12.15'
+spice_protocol_version='0.12.16'
glib_version = '2.38'
glib_version_info = '>= @0@'.format(glib_version)