bump required spice-protocol to 0.8.1 for qxl_dev async and s3 updates

This commit is contained in:
Alon Levy 2011-07-14 13:12:21 +03:00
parent c04d60631e
commit 4db8f5efdd

View File

@ -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