summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2010-07-05 17:52:51 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2010-07-06 15:11:13 -0400
commit7853bb804273eb18faaf5b54cd82c11c066978bc (patch)
tree4449c4c017a465a1ad3cc5112aa38c082bb71a25 /configure.in
parent37de1b2d25cbd793ecb55d179732e03c73c2624d (diff)
downloadmutter-7853bb804273eb18faaf5b54cd82c11c066978bc.tar.gz
Work around g-ir-scanner problem with Gdk.Rectangle
g-ir-scanner is currently buggy and confuses the Gdk.Rectangle alias with MetaRectangle. Since this is moderately hard to fix in gobject-introspection and the fix would conflict with in-progress changes, work around by doing a 'sed job' on the generated Meta.gir. https://bugzilla.gnome.org/show_bug.cgi?id=623639
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4f40ebbda..02d903571 100644
--- a/configure.in
+++ b/configure.in
@@ -534,6 +534,9 @@ if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall -Werror -ansi"
fi
+# For fix-meta-rectangle.py
+AM_PATH_PYTHON([2.5])
+
# Use gnome-doc-utils:
GNOME_DOC_INIT([0.8.0])