kaccounts-providers:disable nextcloud on 32bit

This commit is contained in:
Đoàn Trần Công Danh 2024-05-13 05:41:33 +07:00
parent 8d1eb24d50
commit 9645889a91
1 changed files with 4 additions and 4 deletions

View File

@ -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