summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-08-17 16:50:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-17 17:04:23 -0400
commit078300ef69ab0855a7cc39503880cbc8b2e23494 (patch)
tree3c999e0063d6f614c0712838e02d779ba3d6a55d /configure.in
parentf1d8d01c81b10a8c5ed47fef7a3fba10aa66140c (diff)
downloadpango-078300ef69ab0855a7cc39503880cbc8b2e23494.tar.gz
Re-enable introspection, delete PangoX
This patch relies on the latest GObject Introspection; bump requirement to 0.6.4. First, delete the PangoX.gir since it's "incredibly deprecated" in Owen's words =) Next, clean up the PangoCairo.gir logic; we need to include the .gir for the relevant font backend (currently just FT2), because the font object gets expanded.
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 f3f242eb..0bca1d2f 100644
--- a/configure.in
+++ b/configure.in
@@ -482,7 +482,7 @@ PKG_CHECK_MODULES(LIBTHAI, libthai >= $LIBTHAI_REQUIRED_VERSION, have_libthai=tr
# Checks for GObject Introspection
#
have_introspection=false
-PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.2, have_introspection=true, have_introspection=false)
+PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.4, have_introspection=true, have_introspection=false)
AM_CONDITIONAL(HAVE_INTROSPECTION, $have_introspection)
G_IR_SCANNER=