[folks/folks-0-2] Require g-i >= 0.9.12 as 0.9.10 is broken.



commit 49015943292d77a3b89ad5e6a16180609cbb2420
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Oct 25 16:55:17 2010 -0700

    Require g-i >= 0.9.12 as 0.9.10 is broken.
    
    Specifically, this version needs to be the one used to build the tp-glib Vala
    bindings, but we can't express that requirement directly.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 57ce8ca..ff5bb8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AC_PATH_PROG([VAPIGEN], [vapigen], [vapigen])
 AS_IF([test "$VAPIGEN" = ""],
       [AC_MSG_ERROR([Vala must be built with --enable-vapigen])])
 
-GOBJECT_INTROSPECTION_REQUIRE([0.9.6])
+GOBJECT_INTROSPECTION_REQUIRE([0.9.12])
 
 PKG_CHECK_MODULES([GLIB],
                   [glib-2.0 >= $GLIB_REQUIRED



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