summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-05-26 11:28:26 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-05-27 12:42:33 +0200
commit9b38dd5d6b817ede84a3b450e851e1de2305d399 (patch)
tree43b80507f436ced3bd53c73b54585949e221062c
parent536b63cfaf53aaaa8ef7395a998338ef23f514ae (diff)
downloadvd_agent-9b38dd5d6b817ede84a3b450e851e1de2305d399.tar.gz
vd_agent-9b38dd5d6b817ede84a3b450e851e1de2305d399.tar.xz
vd_agent-9b38dd5d6b817ede84a3b450e851e1de2305d399.zip
Bump minimum spice-protocol version
spice-protocol newer than 0.12.7 is needed for the volume synchronization bits.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 959c474..37ae160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ AC_ARG_ENABLE([static-uinput],
PKG_CHECK_MODULES([GLIB2], [glib-2.0 >= 2.12])
PKG_CHECK_MODULES(X, [xfixes xrandr >= 1.3 xinerama x11])
-PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.12.5])
+PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.12.8])
PKG_CHECK_MODULES(ALSA, [alsa >= 1.0.22])
if test "$with_session_info" = "auto" || test "$with_session_info" = "systemd"; then