libreoffice: disable skia on BE

This commit is contained in:
q66 2020-08-09 21:14:37 +02:00
parent 9bd9ef3c98
commit fc320553f7

View File

@ -494,6 +494,11 @@ do_configure() {
;; ;;
esac esac
# skia sucks
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
opts+=" --disable-skia"
fi
if [ "$build_option_java" ]; then if [ "$build_option_java" ]; then
opts+=" --with-java" opts+=" --with-java"
opts+=" --with-jdk-home=/usr/lib/jvm/openjdk11" opts+=" --with-jdk-home=/usr/lib/jvm/openjdk11"