mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
gimp: Disable vector icons on x86 with clang
It workarounds qemu crashes seen when building with clang e.g. | make[3]: *** [Makefile:2397: 24/gimp-controller.svg] Segmentation fault | make[3]: *** Waiting for unfinished jobs.... | make[3]: *** [Makefile:2397: 24/gimp-color-space-perceptual.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-controller-keyboard.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-colormap.svg] Segmentation fault Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c13fd3c677
commit
ce1c406d63
|
|
@ -53,6 +53,7 @@ EXTRA_OECONF = "--disable-python \
|
|||
|
||||
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"
|
||||
|
||||
do_configure:append() {
|
||||
find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user