seafile-client-qt: drop webengine for ppc64
This commit is contained in:
parent
2320475e3f
commit
f9294bc3c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue