[Spice-devel] [PATCH spice-gtk 1/2] configure.ac: Update minimum required spice-protocol to 0.9.0

Hans de Goede hdegoede at redhat.com
Fri Sep 2 08:40:33 PDT 2011


This is needed for usbredir support.

Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 98b91de..4550c8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_CHECK_HEADERS([sys/socket.h netinet/in.h arpa/inet.h])
 
 dnl =========================================================================
 dnl Chek optional features
-PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.8.1)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.9.0)
 AC_SUBST(PROTOCOL_CFLAGS)
 
 SPICE_GLIB_REQUIRES=""
-- 
1.7.6.1



More information about the Spice-devel mailing list