diff options
Diffstat (limited to 'meta/packages/pango/pango-1.26.0/no-introspect.patch')
-rw-r--r-- | meta/packages/pango/pango-1.26.0/no-introspect.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/pango/pango-1.26.0/no-introspect.patch b/meta/packages/pango/pango-1.26.0/no-introspect.patch new file mode 100644 index 0000000000..b5ee86aa89 --- /dev/null +++ b/meta/packages/pango/pango-1.26.0/no-introspect.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: pango-1.26.0/configure.in | ||
2 | =================================================================== | ||
3 | --- pango-1.26.0.orig/configure.in 2009-10-12 17:46:48.000000000 +0100 | ||
4 | +++ pango-1.26.0/configure.in 2009-10-12 17:47:00.000000000 +0100 | ||
5 | @@ -494,7 +494,7 @@ | ||
6 | # Checks for GObject Introspection | ||
7 | # | ||
8 | have_introspection=false | ||
9 | -PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.4, have_introspection=true, have_introspection=false) | ||
10 | +#PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.4, have_introspection=true, have_introspection=false) | ||
11 | AM_CONDITIONAL(HAVE_INTROSPECTION, $have_introspection) | ||
12 | |||
13 | G_IR_SCANNER= | ||