kaccounts-providers:disable nextcloud on 32bit
This commit is contained in:
parent
8d1eb24d50
commit
9645889a91
|
@ -20,10 +20,10 @@ checksum=4e2f6e8a854fb61ab19f00f8ff676c8fd97b1a12b70485e6652b74afa3749c18
|
|||
build_options="nextcloud"
|
||||
desc_option_nextcloud="Build nextcloud support (needs Qt6 WebEngine)"
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||
if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
build_options_default+=" nextcloud"
|
||||
fi
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
|
||||
[ "$XBPS_WORDSIZE" != 32 ] &&
|
||||
[ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
build_options_default+=" nextcloud"
|
||||
fi
|
||||
|
||||
if [ "$build_option_nextcloud" ]; then
|
||||
|
|
Loading…
Reference in New Issue