summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-08-07 11:45:55 -0300
committerJohan Dahlin <johan@gnome.org>2010-08-07 11:46:18 -0300
commit847dfe85215136105015f5a9046645a5f361fe9d (patch)
tree3019edf08bff79e2b7ed3f42596afb4e5952876c
parent324a06ee4bfc68ba13b4781d94f6f1d687c8b05c (diff)
downloadgjs-847dfe85215136105015f5a9046645a5f361fe9d.tar.gz
[configure] Require g-i 0.9.3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 16f7e111..e0dd7333 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