kwin: requires atomic support
This commit is contained in:
parent
0c79080779
commit
bfbe58d1af
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|||
makedepends+=" libatomic-devel"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
broken="Q_STATIC_ASSERT_X(QAtomicOpsSupport<sizeof(T)>::IsSupported"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
_qt5_dep_ver="${depends#*>=}"
|
||||
_qt5_dep_ver="${_qt5_dep_ver%<*}"
|
||||
|
|
Loading…
Reference in a new issue