diff options
-rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb index 838bd374a1..b4431bf081 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb | |||
@@ -45,6 +45,9 @@ EXTRA_OECONF = "--disable-python \ | |||
45 | --without-webkit \ | 45 | --without-webkit \ |
46 | --without-wmf" | 46 | --without-wmf" |
47 | 47 | ||
48 | EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons" | ||
49 | EXTRA_OECONF_append_libc-musl_arm = " --disable-vector-icons" | ||
50 | |||
48 | do_configure_append() { | 51 | do_configure_append() { |
49 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 52 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
50 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 53 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |