[gjs] bump gobject-introspection to 0.6.10



commit af35036dace70004327f213598de22f8bcc136c3
Author: Víctor Manuel Jáquez Leal <vjaquez igalia com>
Date:   Thu Apr 29 18:25:15 2010 +0200

    bump gobject-introspection to 0.6.10
    
    GITypeInfo is not exported until 0.6.10, so using 0.6.7 the compilation of
    gjs breaks in arg.c:gjs_value_to_arg.
    
    The needed change in gobject-introspection was done in:
    2c99e2c7 * Add a simple callback type which has no arguments or return values
    
    Fixes bug 617196.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 038842d..bafd716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,7 @@ AC_SUBST([JS_EXTRA_CFLAGS])
 
 common_packages="gobject-2.0 >= gobject_required_version $JS_PACKAGE"
 gjs_packages="gmodule-2.0 gthread-2.0 $common_packages"
-gjs_gi_packages="gobject-introspection-1.0 >= 0.6.3 $common_packages"
+gjs_gi_packages="gobject-introspection-1.0 >= 0.6.10 $common_packages"
 gjs_cairo_packages="cairo $common_packages"
 gjs_dbus_packages="dbus-glib-1 $common_packages"
 # gjs-tests links against everything



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