mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
libreoffice: disable skia on BE
This commit is contained in:
parent
9bd9ef3c98
commit
fc320553f7
1 changed files with 5 additions and 0 deletions
|
@ -494,6 +494,11 @@ do_configure() {
|
|||
;;
|
||||
esac
|
||||
|
||||
# skia sucks
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
opts+=" --disable-skia"
|
||||
fi
|
||||
|
||||
if [ "$build_option_java" ]; then
|
||||
opts+=" --with-java"
|
||||
opts+=" --with-jdk-home=/usr/lib/jvm/openjdk11"
|
||||
|
|
Loading…
Add table
Reference in a new issue