distro-configs/CODAWindows.conf   |    1 +
 distro-configs/CPMacOS-LOKit.conf |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit cfff8fccf09d356c207776501453e82845c63b7d
Author:     Andras Timar <[email protected]>
AuthorDate: Mon Nov 3 07:48:58 2025 +0100
Commit:     Michael Stahl <[email protected]>
CommitDate: Tue Dec 2 10:21:39 2025 +0100

    CODA: Disable build of Skia on Windows and macOS
    
    It should be implied with LOKit config (--disable-gui), for some
    reason --diable-gui was not added to these configs. It needs
    investigation why. We can still disable Skia, it's unused.
    
    Change-Id: If8700d859593d2c7db4f6dcc6c612a70433cd2c0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194598
    Reviewed-by: Michael Stahl <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf
index 1c4077999a04..26e69939490d 100644
--- a/distro-configs/CODAWindows.conf
+++ b/distro-configs/CODAWindows.conf
@@ -19,6 +19,7 @@
 --disable-kf5
 --disable-odk
 --disable-poppler
+--disable-skia
 
 --enable-python=fully-internal
 
diff --git a/distro-configs/CPMacOS-LOKit.conf 
b/distro-configs/CPMacOS-LOKit.conf
index 0781801d2913..2f9de4cdaa63 100644
--- a/distro-configs/CPMacOS-LOKit.conf
+++ b/distro-configs/CPMacOS-LOKit.conf
@@ -34,5 +34,6 @@ INCLUDE:CPLinux-LOKit
 --disable-openssl
 --disable-poppler
 --disable-python
+--disable-skia
 
 --enable-headless

Reply via email to