tomahawk: fix build on armv6l
This commit is contained in:
parent
e0d4e5d2b4
commit
1a103eb4d5
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv6*) makedepends+=" libatomic-devel"
|
||||||
|
esac
|
||||||
|
|
||||||
tomahawk-devel_package() {
|
tomahawk-devel_package() {
|
||||||
depends="tomahawk>=${version}_${revision}"
|
depends="tomahawk>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue