kwin: fix amrv6l-musl build
This commit is contained in:
parent
1aa7ed1e53
commit
325a4c905a
1 changed files with 4 additions and 0 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue