aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gimp
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2008-11-19 05:53:45 -0800
committerKoen Kooi <koen@openembedded.org>2008-11-19 16:26:55 +0100
commitaa0f5104221adf6145993a1976f97d77310cf5a1 (patch)
treef568574636b12fb323ef3adbe2d9291fee9659f4 /packages/gimp
parenta021f55580c68f6bf88393111ece7f14007b7b09 (diff)
downloadopenembedded-aa0f5104221adf6145993a1976f97d77310cf5a1.tar.gz
gimp: don't use headers from /usr/include, don't attempt to build file-wmf since we don't have libwmf
Diffstat (limited to 'packages/gimp')
-rw-r--r--packages/gimp/gimp.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gimp/gimp.inc b/packages/gimp/gimp.inc
index b62f544fea..e879a6ed0a 100644
--- a/packages/gimp/gimp.inc
+++ b/packages/gimp/gimp.inc
@@ -22,6 +22,8 @@ EXTRA_OECONF = " --disable-gtktest \
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+ find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+ find ${S} -name Makefile | xargs sed -i s:'file-wmf$(EXEEXT)':'':g
}