kwin: fix amrv6l-musl build

This commit is contained in:
John 2019-09-16 08:26:09 +02:00
parent 1aa7ed1e53
commit 325a4c905a

View file

@ -22,6 +22,10 @@ if [ "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi fi
case "$XBPS_TARGET_MACHINE" in
armv6l-musl) makedepends+=" libatomic-devel";;
esac
kwin-devel_package() { kwin-devel_package() {
short_desc+=" - development" short_desc+=" - development"
depends="${makedepends} ${sourcepkg}-${version}_${revision}" depends="${makedepends} ${sourcepkg}-${version}_${revision}"