tomahawk: fix build on armv6l

This commit is contained in:
John 2019-09-17 18:52:18 +02:00
parent e0d4e5d2b4
commit 1a103eb4d5

View file

@ -36,6 +36,10 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi
case "$XBPS_TARGET_MACHINE" in
armv6*) makedepends+=" libatomic-devel"
esac
tomahawk-devel_package() {
depends="tomahawk>=${version}_${revision}"
short_desc+=" - development files"