distro-configs/CODAWindows.conf | 1 - distro-configs/CPMacOS-LOKit.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit 1d9fee13c9627e93164c37d1a87d06af1f885ff0 Author: Andras Timar <[email protected]> AuthorDate: Wed Nov 12 07:34:35 2025 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Tue Dec 2 10:22:39 2025 +0100 --disable-extensions disables hunspell dictionaries, let's remove it! Change-Id: I43bd5d0568ff61968ba91b96c0f6f720b97cea8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194605 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf index 06c622f212e4..8900e4013f3b 100644 --- a/distro-configs/CODAWindows.conf +++ b/distro-configs/CODAWindows.conf @@ -20,7 +20,6 @@ --disable-compiler-plugins --disable-cups --disable-dconf ---disable-extensions --disable-kf5 --disable-odk --disable-poppler diff --git a/distro-configs/CPMacOS-LOKit.conf b/distro-configs/CPMacOS-LOKit.conf index c1abc7bf3f52..36845ebf565d 100644 --- a/distro-configs/CPMacOS-LOKit.conf +++ b/distro-configs/CPMacOS-LOKit.conf @@ -34,7 +34,6 @@ INCLUDE:CPLinux-LOKit --disable-compiler-plugins --disable-cups --disable-dconf ---disable-extensions --disable-kf5 --disable-odk --disable-openssl commit 6e3611372efe4b3182dd90cfecc76c5c6203fbbf Author: Andras Timar <[email protected]> AuthorDate: Wed Nov 5 17:15:05 2025 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Tue Dec 2 10:22:29 2025 +0100 CODA-M: add --without-system-dicts to config We have --with-system-dicts inherited from CPLinux-LOKit.conf which is invalid on macOS. Change-Id: Ieabdc60676c8582741d1bd52b88d5f7e9878875a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194604 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/distro-configs/CPMacOS-LOKit.conf b/distro-configs/CPMacOS-LOKit.conf index 99ef6ad85e1b..c1abc7bf3f52 100644 --- a/distro-configs/CPMacOS-LOKit.conf +++ b/distro-configs/CPMacOS-LOKit.conf @@ -8,6 +8,7 @@ INCLUDE:CPLinux-LOKit --disable-python --without-package-format --enable-gui +--without-system-dicts # Sensible font bundling settings for desktop --with-fonts
