summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-03-04 15:40:10 +0100
committerHans de Goede <hdegoede@redhat.com>2013-03-06 16:22:15 +0100
commitfef8f6a36f7cd7d027a358e8b2f64f76f03827c1 (patch)
treecff69b16a9c1c7cf0e1bf59d30f3ed115c1d8798
parenta5a2a6b9c4592de6eff434e68e7dbb3bb9c274dc (diff)
downloadvd_agent-fef8f6a36f7cd7d027a358e8b2f64f76f03827c1.tar.gz
vd_agent-fef8f6a36f7cd7d027a358e8b2f64f76f03827c1.tar.xz
vd_agent-fef8f6a36f7cd7d027a358e8b2f64f76f03827c1.zip
configure.ac: Bump spice-protocol requires to 0.12.5
This is needed for file-xfer support. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68afb4e..4b36fa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,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.8.0])
+PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.12.5])
if test "$with_session_info" = "auto" || test "$with_session_info" = "systemd"; then
PKG_CHECK_MODULES([LIBSYSTEMD_LOGIN],