diff options
| -rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb index 68a669c621..e7d9c45e42 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | |||
| @@ -18,8 +18,8 @@ EXTRA_OECONF = "--disable-python \ | |||
| 18 | --without-wmf" | 18 | --without-wmf" |
| 19 | 19 | ||
| 20 | do_configure_append() { | 20 | do_configure_append() { |
| 21 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 21 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
| 22 | find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 22 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" | 25 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" |
