libreoffice: disable skia on BE
This commit is contained in:
parent
9bd9ef3c98
commit
fc320553f7
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user