diff options
Diffstat (limited to 'meta/packages/gnome/gobject-introspection/configure.patch')
| -rw-r--r-- | meta/packages/gnome/gobject-introspection/configure.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/gnome/gobject-introspection/configure.patch b/meta/packages/gnome/gobject-introspection/configure.patch new file mode 100644 index 0000000000..c441799b23 --- /dev/null +++ b/meta/packages/gnome/gobject-introspection/configure.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Index: git/common.mk | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/common.mk 2009-08-19 11:11:26.000000000 +0100 | ||
| 4 | +++ git/common.mk 2009-08-19 11:12:05.000000000 +0100 | ||
| 5 | @@ -4,7 +4,7 @@ | ||
| 6 | UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \ | ||
| 7 | UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) | ||
| 8 | SCANNER_ARGS = -v --add-include-path=$(top_builddir)/gir --add-include-path=. | ||
| 9 | -SCANNER = $(AM_V_GEN) env LPATH=.libs $(CHECK_DEBUG) $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS) | ||
| 10 | +SCANNER = $(AM_V_GEN) env LPATH=.libs $(CHECK_DEBUG) $(SCANNER_ENV) g-ir-scanner $(SCANNER_ARGS) | ||
| 11 | SCANNER_LIBS = \ | ||
| 12 | $(top_srcdir)/giscanner/*.py \ | ||
| 13 | $(top_builddir)/giscanner/libgiscanner.la \ | ||
| 14 | Index: git/configure.ac | ||
| 15 | =================================================================== | ||
| 16 | --- git.orig/configure.ac 2009-08-19 11:11:26.000000000 +0100 | ||
| 17 | +++ git/configure.ac 2009-08-19 11:11:28.000000000 +0100 | ||
| 18 | @@ -201,7 +201,6 @@ | ||
| 19 | pyexecdir=`echo $pyexecdir | tr '\\\\' '/'` | ||
| 20 | ;; | ||
| 21 | esac | ||
| 22 | -AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR([Python headers not found])) | ||
| 23 | |||
| 24 | AC_CONFIG_FILES([ | ||
| 25 | Makefile | ||
