diff --git a/srcpkgs/tomahawk/template b/srcpkgs/tomahawk/template index ed921b1f256..073e1b262ac 100644 --- a/srcpkgs/tomahawk/template +++ b/srcpkgs/tomahawk/template @@ -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"