[Spice-devel] [linux-vdagent PATCH 04/10] configure.ac: Bump spice-protocol requires to 0.12.5

Hans de Goede hdegoede at redhat.com
Wed Mar 6 07:22:40 PST 2013


This is needed for file-xfer support.

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

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],
-- 
1.8.1.4



More information about the Spice-devel mailing list