distro-configs/CODAWindows.conf | 6 ++++++ distro-configs/CPMacOS-LOKit.conf | 6 ++++++ 2 files changed, 12 insertions(+)
New commits: commit 17823bd79951bdb196f71f11736ec0a8ebfb3fdb Author: Andras Timar <[email protected]> AuthorDate: Mon Nov 3 11:17:21 2025 +0100 Commit: Tor Lillqvist <[email protected]> CommitDate: Tue Jan 13 23:06:13 2026 +0100 CODA: Sensible font bundling settings for desktop Change-Id: Ic2dc242b653f248516dcdd550ab528c904e3d061 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194599 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197211 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf index 26e69939490d..3857b043a99d 100644 --- a/distro-configs/CODAWindows.conf +++ b/distro-configs/CODAWindows.conf @@ -10,6 +10,11 @@ --with-theme=colibre +# Sensible font bundling settings for desktop +--with-fonts +--with-docrepair-fonts +--disable-noto-font + --disable-avahi --disable-avmedia --disable-compiler-plugins diff --git a/distro-configs/CPMacOS-LOKit.conf b/distro-configs/CPMacOS-LOKit.conf index 2f9de4cdaa63..99ef6ad85e1b 100644 --- a/distro-configs/CPMacOS-LOKit.conf +++ b/distro-configs/CPMacOS-LOKit.conf @@ -9,6 +9,11 @@ INCLUDE:CPLinux-LOKit --without-package-format --enable-gui +# Sensible font bundling settings for desktop +--with-fonts +--with-docrepair-fonts +--disable-noto-font + # from LibreOfficeiOS (copied only, to avoid the --host setting) --disable-breakpad --disable-firebird-sdbc commit d7a8ef41ef9cedba948a65140bf5aedca4aa79fd Author: Andras Timar <[email protected]> AuthorDate: Mon Nov 3 07:48:58 2025 +0100 Commit: Tor Lillqvist <[email protected]> CommitDate: Tue Jan 13 23:06:00 2026 +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]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197210 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[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
