diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-03 14:48:05 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-03 19:55:28 -0800 |
commit | 57a7c1ed7d45b28cadd70d8fabda42fe906ddff7 (patch) | |
tree | fbb86153a9380d0ff11bb2533c73e2802818e7c4 /meta-gnome/recipes-gimp | |
parent | ff4787b6968f9ea47cc9b1bd26d392689653f92b (diff) | |
download | meta-openembedded-57a7c1ed7d45b28cadd70d8fabda42fe906ddff7.tar.gz |
gimp: Disable svg icons on arm
latest gcc11 causes segmentation faults during build
| make[3]: *** [Makefile:2395: 24/gimp-color-space-perceptual.svg] Segmentation fault
| make[3]: *** [Makefile:2395: 24/gimp-char-picker.svg] Segmentation fault
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb index b6135eef5..2d75d6011 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb | |||
@@ -54,7 +54,7 @@ EXTRA_OECONF = "--disable-python \ | |||
54 | --without-wmf" | 54 | --without-wmf" |
55 | 55 | ||
56 | EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons" | 56 | EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons" |
57 | EXTRA_OECONF_append_toolchain-clang_arm = " --disable-vector-icons" | 57 | EXTRA_OECONF_append_arm = " --disable-vector-icons" |
58 | 58 | ||
59 | do_configure_append() { | 59 | do_configure_append() { |
60 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 60 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |