summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-28 15:51:44 -0400
committerVincent Untz <vuntz@gnome.org>2010-09-29 12:38:26 +0200
commit457f5eb78316f6a81735183a3c96c3817dcd4136 (patch)
tree681f7c03a3315d0697ef06ced5180fefc70c0905 /configure.in
parent14b387aaf9ac6f0f2f2f2428233c1c62ccf13be2 (diff)
downloadpango-457f5eb78316f6a81735183a3c96c3817dcd4136.tar.gz
introspection: Use --include-uninstalled
For inter-module includes we need to use --include-uninstalled, otherwise we may try to process pkg-config entries for uninstalled .pc files. Also: * Don't include pangoft2 in its own package list. * Filter out non-public pango-color-table.h https://bugzilla.gnome.org/show_bug.cgi?id=630857
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2e194f58..d5007de9 100644
--- a/configure.in
+++ b/configure.in
@@ -481,7 +481,7 @@ PKG_CHECK_MODULES(LIBTHAI, libthai >= $LIBTHAI_REQUIRED_VERSION, have_libthai=tr
# Checks for GObject Introspection
#
-GOBJECT_INTROSPECTION_CHECK([0.6.14])
+GOBJECT_INTROSPECTION_CHECK([0.9.5])
#
# Modules to build