summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-11 16:37:58 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-11 16:37:58 +0000
commit079837c22b691658d6748f54a2124ab5c847e639 (patch)
treeeb31e0b6276191b93897ab6067de6b71bdca2d87
parentab416676f64bd920a56656220c9988e99a225ec9 (diff)
downloadtelepathy-glib-079837c22b691658d6748f54a2124ab5c847e639.tar.gz
configure: bump gobject-introspect dep to 1.30
Sjoerd tells me that “with older g-i you don't get all annotation right and gnome-shell will fail”. Specifically, methods like DelegateChannel(), used by Gnome Shell 3.2, don't work. 1.30 is the current stable release.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06f5d0ccd..b1abefc38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ PKG_PROG_PKG_CONFIG([0.21])
GTK_DOC_CHECK([1.17],[--flavour no-tmpl])
-GOBJECT_INTROSPECTION_CHECK([0.9.6])
+GOBJECT_INTROSPECTION_CHECK([1.30])
LT_CURRENT=tp_glib_lt_current
LT_REVISION=tp_glib_lt_revision