summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLukáš Hrázký <lhrazky@redhat.com>2018-10-29 14:10:55 +0100
committerLukáš Hrázký <lhrazky@redhat.com>2019-01-28 14:50:08 +0100
commit56c2d29752ad5c6d25c05179f2f75c95eaa21ef3 (patch)
tree44f94cbd6e76efebd3cddd52741250f4959fba3d /configure.ac
parent97aa39a87262e9a3b3f2a785529fb48285dd9bd6 (diff)
Receive the graphics_device_info message
The graphics_device_info message contains the device display ID information (device address and device display ID). Stores the data in a hash table in vdagent. 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 7cb44db..7faebfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,7 @@ AC_ARG_ENABLE([static-uinput],
PKG_CHECK_MODULES([GLIB2], [glib-2.0 >= 2.34])
PKG_CHECK_MODULES(X, [xfixes xrandr >= 1.3 xinerama x11])
-PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.12.13])
+PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.12.16])
PKG_CHECK_MODULES(ALSA, [alsa >= 1.0.22])
PKG_CHECK_MODULES([DBUS], [dbus-1])