summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-14 13:12:21 +0300
committerAlon Levy <alevy@redhat.com>2011-07-20 16:00:19 +0300
commit4db8f5efdda91acf3b94c6c104d48438f6f4e85d (patch)
tree4d811232854c0dae96c7959c4129c9be9fe27707 /configure.ac
parentc04d60631e91ce9f61d417fb017d94d9a1e78dc1 (diff)
downloadspice-4db8f5efdda91acf3b94c6c104d48438f6f4e85d.tar.gz
spice-4db8f5efdda91acf3b94c6c104d48438f6f4e85d.tar.xz
spice-4db8f5efdda91acf3b94c6c104d48438f6f4e85d.zip
bump required spice-protocol to 0.8.1 for qxl_dev async and s3 updates
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 3268df6a..cb0ca990 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,7 +132,7 @@ AM_CONDITIONAL(SUPPORT_CLIENT, test "x$enable_client" = "xyes")
dnl =========================================================================
dnl Check deps
-PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.6.0)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.8.1)
AC_SUBST(PROTOCOL_CFLAGS)
AC_CHECK_LIBM