diff options
| -rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb index dbb576a10b..4b0f43b14a 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | |||
| @@ -51,6 +51,9 @@ EXTRA_OECONF = "--disable-python \ | |||
| 51 | --disable-check-update \ | 51 | --disable-check-update \ |
| 52 | --without-wmf" | 52 | --without-wmf" |
| 53 | 53 | ||
| 54 | EXTRA_OECONF:append:toolchain-clang:riscv32 = " --disable-vector-icons" | ||
| 55 | EXTRA_OECONF:append:toolchain-clang:mips = " --disable-vector-icons" | ||
| 56 | |||
| 54 | do_configure:append() { | 57 | do_configure:append() { |
| 55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 58 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
| 56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 59 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
