From c27cc6c118b9856bf4e393e9325a0f3fb852d283 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 Feb 2023 17:51:52 +0100 Subject: [PATCH] Libreoffice:Update to version 7.5.1.1 disable skia, because we use cairo --- libreoffice.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/libreoffice.be0 b/libreoffice.be0 index fb4bb30f4..238b754b2 100755 --- a/libreoffice.be0 +++ b/libreoffice.be0 @@ -41,6 +41,7 @@ mee_configure() { --disable-dconf \ --disable-epm \ --disable-odk \ + --disable-skia \ --enable-release-build \ --enable-python=internal \ --with-system-cairo \