Skip to content

Commit

Permalink
gimp: Disable vector iconn on rv32/musl
Browse files Browse the repository at this point in the history
qemu crashes during build
| make[3]: *** [Makefile:2395: 24/gimp-channel-alpha.svg] Segmentation fault (core dumped)

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Mar 28, 2021
1 parent d8053b7 commit 340af54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ EXTRA_OECONF = "--disable-python \
--without-wmf"

EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons"
EXTRA_OECONF_append_libc-musl_riscv32 = " --disable-vector-icons"
EXTRA_OECONF_append_arm = " --disable-vector-icons"

do_configure_append() {
Expand Down

0 comments on commit 340af54

Please sign in to comment.