diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-04-16 07:56:42 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-16 11:40:40 -0700 |
| commit | eb3264e3137b9096bf47f8d80dc3b4eda19a031a (patch) | |
| tree | 4e3a715e9eca7b4bbadcf860114b3951fd7e32a0 | |
| parent | 77bb27172155a18beb399000ce126a737647fb4a (diff) | |
| download | meta-openembedded-eb3264e3137b9096bf47f8d80dc3b4eda19a031a.tar.gz | |
gimp: Disable vector icons on clang/arm
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb | 2 |
1 files changed, 1 insertions, 1 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 b4431bf081..1350573342 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.18.bb | |||
| @@ -46,7 +46,7 @@ EXTRA_OECONF = "--disable-python \ | |||
| 46 | --without-wmf" | 46 | --without-wmf" |
| 47 | 47 | ||
| 48 | EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons" | 48 | EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons" |
| 49 | EXTRA_OECONF_append_libc-musl_arm = " --disable-vector-icons" | 49 | EXTRA_OECONF_append_toolchain-clang_arm = " --disable-vector-icons" |
| 50 | 50 | ||
| 51 | do_configure_append() { | 51 | do_configure_append() { |
| 52 | 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 |
