[folks] Depend on libgee <= 0.5.2



commit 2118606508ae1ef5c9395864c776328ffd590bd3
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Aug 23 17:59:58 2010 +0100

    Depend on libgee <= 0.5.2
    
    libgee 0.5.3 breaks API. See bgo#627746

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 05ffc60..3cafba7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,8 @@ GOBJECT_INTROSPECTION_REQUIRE([0.6.7])
 AS_IF([test "$VAPIGEN" = ""],
 	[AC_MSG_ERROR([Vala must be built with --enable-vapigen])])
 
-PKG_CHECK_MODULES(GEE, gee-1.0)
+# FIXME: We depend on libgee <= 0.5.2 because 0.5.3 broke API. bgo#627746
+PKG_CHECK_MODULES(GEE, gee-1.0 <= 0.5.2)
 AC_SUBST(GEE_CFLAGS)
 AC_SUBST(GEE_LIBS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]