seafile-client-qt: drop webengine for ppc64

This commit is contained in:
q66 2020-01-19 03:10:11 +01:00
parent 2320475e3f
commit f9294bc3c2

View file

@ -21,7 +21,7 @@ desc_option_shibboleth="Build with Shibboleth support"
# no arm by default (webengine does not crosscompile from 64-bit to 32-bit)
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|ppc64*|aarch64*) build_options_default="shibboleth" ;;
x86_64*|i686*|ppc64le*|aarch64*) build_options_default="shibboleth" ;;
esac
case "$XBPS_TARGET_MACHINE" in