tomahawk: needs musl-legacy-compat for *-musl targets

This commit is contained in:
Jürgen Buchmüller 2020-01-26 13:47:40 +01:00
parent 8a0e743885
commit 635f4b270f

View file

@ -36,8 +36,12 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
case "$XBPS_TARGET_MACHINE" in
armv6*) makedepends+=" libatomic-devel"
armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel"
esac
tomahawk-devel_package() {