tomahawk: use generic libatomic checks

This commit is contained in:
q66 2020-02-08 17:24:29 +01:00
parent 47029ec129
commit 78a3865798

View file

@ -40,9 +40,9 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
case "$XBPS_TARGET_MACHINE" in
armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel"
esac
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
tomahawk-devel_package() {
depends="tomahawk>=${version}_${revision}"