summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-08-23 17:22:58 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-08-23 17:22:58 -0400
commit5554358fa3baf6616159b65f2f65a138f401aaf8 (patch)
treef52718f902bd463690cb805ac62bda241498c2af
parenta261befde42d21f3fa9e4a56f121203cc67f3831 (diff)
Bump spice-protocol version requirement to 0.12.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a18910a..11ef73c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,7 +105,7 @@ fi
AM_CONDITIONAL(BUILD_XSPICE, test "x$enable_xspice" = "xyes")
AM_CONDITIONAL(BUILD_QXL, test "x$enable_qxl" = "xyes")
-PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.8.1])
+PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.12.0])
# AC_CHECK_FILE is not supported when cross compiling
if test "$cross_compiling" = "no" ; then