mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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 \
|
||||
${@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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user