[gjs] [configure] Require g-i 0.9.3



commit 847dfe85215136105015f5a9046645a5f361fe9d
Author: Johan Dahlin <johan gnome org>
Date:   Sat Aug 7 11:45:55 2010 -0300

    [configure] Require g-i 0.9.3

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 16f7e11..e0dd733 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.10 $common_packages"
+gjs_gi_packages="gobject-introspection-1.0 >= 0.9.3 $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]