diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-15 15:56:33 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-16 12:52:19 -0800 |
commit | 3dbcc5dc3ea095c115f539192873bfb71641ac96 (patch) | |
tree | 16ac7269e1db3e4035d4fb3dc10d332a6494fe5e /meta-gnome/recipes-gimp/gimp | |
parent | 2052442dbda45c2e0e1e4c1d9768ef368cfe73ee (diff) | |
download | meta-openembedded-3dbcc5dc3ea095c115f539192873bfb71641ac96.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-gimp/gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb index 045958d0a6..30f0579e2d 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb | |||
@@ -29,6 +29,7 @@ DEPENDS = " \ | |||
29 | libmng \ | 29 | libmng \ |
30 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ | 30 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ |
31 | " | 31 | " |
32 | DEPENDS_append_libc-musl = " libexecinfo" | ||
32 | 33 | ||
33 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg | 34 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg |
34 | 35 | ||