mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
gimp: Depend on libexecinfo for musl
musl does not have internal backtrace implementation like glibc but we can use external library Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ DEPENDS = " \
|
|||||||
libmng \
|
libmng \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
|
||||||
"
|
"
|
||||||
|
DEPENDS_append_libc-musl = " libexecinfo"
|
||||||
|
|
||||||
inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
|
inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user