From 485b328fc8f08d3b5397fbee0f28aef5cfd2b5a1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 6 Jul 2021 11:13:27 +0200 Subject: gimp: remove --disable-vector-icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These were workarounds for broken gegl-native Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb index e729d9deb7..be05354da2 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb @@ -51,11 +51,6 @@ EXTRA_OECONF = "--disable-python \ --disable-check-update \ --without-wmf" -EXTRA_OECONF_append_mipsarch = " --disable-vector-icons" -EXTRA_OECONF_append_libc-musl_riscv32 = " --disable-vector-icons" -EXTRA_OECONF_append_libc-musl_x86 = " --disable-vector-icons" -EXTRA_OECONF_append_toolchain-clang_arm = " --disable-vector-icons" - do_configure_append() { find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g -- cgit 1.2.3-korg