diff --git a/libreoffice.spec b/libreoffice.spec index cd78b08..acabb33 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1211,7 +1211,11 @@ export NOCONFIGURE=yes --enable-symbols \ --with-gdrive-client-secret="${google_default_client_secret}" \ --with-gdrive-client-id="${google_default_client_id}" \ +%ifnarch s390x ppc64 ppc --enable-skia \ +%else + --disable-skia \ +%endif --with-libbase-jar=/usr/share/java/libbase.jar \ --with-libxml-jar=/usr/share/java/libxml.jar \ --with-flute-jar=/usr/share/java/flute.jar \