seafile-client-qt: restrict shibboleth to platforms with webengine

[ci skip]
This commit is contained in:
q66 2019-08-15 19:18:33 +02:00 committed by Helmut Pozimski
parent 3a8861f97e
commit 5b5f322abe

View file

@ -18,7 +18,11 @@ checksum=a862b3bf6dda9bd6d73270643dac9dad21296cc0bcd7aefa200b778c7675bb12
build_options="shibboleth"
desc_option_shibboleth="Build with Shibboleth support"
build_options_default="shibboleth"
# 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" ;;
esac
case "$XBPS_TARGET_MACHINE" in
*-musl) # Add musl-fts implementation