summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 903993a1..fa79af7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ AS_IF([test x"$have_smartcard" = "xyes"], [
AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 0.1.2"])
])
-SPICE_PROTOCOL_MIN_VER=0.12.15
+SPICE_PROTOCOL_MIN_VER=0.12.16
PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= $SPICE_PROTOCOL_MIN_VER])
AC_SUBST([SPICE_PROTOCOL_MIN_VER])