summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb')
-rw-r--r--meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb
index 44e66ea6d..e9bbdcf70 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb
@@ -16,8 +16,8 @@ EXTRA_OECONF = "--disable-python \
16 --without-wmf" 16 --without-wmf"
17 17
18do_configure_append() { 18do_configure_append() {
19 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g 19 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
20 find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g 20 find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
21} 21}
22 22
23FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" 23FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug"