mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
kwin: use XBPS_TARGET_NO_ATOMIC8
This commit is contained in:
parent
3aad73e83b
commit
3e2893c4d4
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ if [ "$CROSS_BUILD" ]; then
|
|||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6l-musl) makedepends+=" libatomic-devel";;
|
||||
esac
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
_qt5_dep_ver="${depends#*>=}"
|
||||
|
|
Loading…
Add table
Reference in a new issue