tomahawk: fix build on armv6l
This commit is contained in:
parent
e0d4e5d2b4
commit
1a103eb4d5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue