diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:07:42 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:07:42 +0100 |
commit | 331cd032016cec032504ae7065cc297ba086a1d0 (patch) | |
tree | 473f31b2302c0b6165956833345d6e15e2d6aee7 /meta/packages/gnome/gobject-introspection/configure.patch | |
parent | e8618a110338bf9bc200013a370d92f957956460 (diff) | |
download | poky-331cd032016cec032504ae7065cc297ba086a1d0.tar.gz |
gobject-introspection: Update revision
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 | ||