diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-07-06 11:13:27 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-08 09:21:41 -0700 |
commit | 485b328fc8f08d3b5397fbee0f28aef5cfd2b5a1 (patch) | |
tree | b9245aeb42be61848fc67d34ac78fd68cffbc491 /meta-gnome/recipes-gimp | |
parent | 8d920f02f48ff9a60df0580b51a902bdd73c0406 (diff) | |
download | meta-openembedded-485b328fc8f08d3b5397fbee0f28aef5cfd2b5a1.tar.gz |
gimp: remove --disable-vector-icons
These were workarounds for broken gegl-native
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
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.24.bb | 5 |
1 files changed, 0 insertions, 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 e729d9deb..be05354da 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 \ | |||
51 | --disable-check-update \ | 51 | --disable-check-update \ |
52 | --without-wmf" | 52 | --without-wmf" |
53 | 53 | ||
54 | EXTRA_OECONF_append_mipsarch = " --disable-vector-icons" | ||
55 | EXTRA_OECONF_append_libc-musl_riscv32 = " --disable-vector-icons" | ||
56 | EXTRA_OECONF_append_libc-musl_x86 = " --disable-vector-icons" | ||
57 | EXTRA_OECONF_append_toolchain-clang_arm = " --disable-vector-icons" | ||
58 | |||
59 | do_configure_append() { | 54 | do_configure_append() { |
60 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
61 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |