mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
@@ -51,11 +51,6 @@ EXTRA_OECONF = "--disable-python \
|
|||||||
--disable-check-update \
|
--disable-check-update \
|
||||||
--without-wmf"
|
--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() {
|
do_configure_append() {
|
||||||
find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
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
|
find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
|
||||||
|
|||||||
Reference in New Issue
Block a user