aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gimp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-11 10:37:33 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-11 10:39:14 -0800
commit712e17f840cb3d02362d0f928fd0b8779bb37bab (patch)
tree731ca64162040a9df0c4aff31d2c8cce1bf895b8 /meta-gnome/recipes-gimp
parentc633c22ad5e0fc85c90ed9805ef86ea9383a4fed (diff)
downloadmeta-openembedded-contrib-712e17f840cb3d02362d0f928fd0b8779bb37bab.tar.gz
gimp: Disable vector icons with clang on arm
Avoid qemu coredumps make[3]: *** [Makefile:2397: 24/gimp-center.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2397: 24/gimp-channel.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2397: 24/gimp-channel-blue.svg] Segmentation fault (core dumped) Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
-rw-r--r--meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb
index 68a7a923e2..5081583d63 100644
--- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb
+++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb
@@ -51,6 +51,7 @@ EXTRA_OECONF = "--disable-python \
--disable-check-update \
--without-wmf"
+EXTRA_OECONF:append:toolchain-clang:arm = " --disable-vector-icons"
EXTRA_OECONF:append:toolchain-clang:riscv32 = " --disable-vector-icons"
EXTRA_OECONF:append:toolchain-clang:mips = " --disable-vector-icons"
EXTRA_OECONF:append:toolchain-clang:x86 = " --disable-vector-icons"