distro-configs/CODAWindows.conf | 1 + distro-configs/CPAndroidBranding.conf | 1 + distro-configs/CPLinux-LOKit.conf | 1 + distro-configs/CPWASM-LOKit.conf | 1 + 4 files changed, 4 insertions(+)
New commits: commit 5e40ad4e68653947b754576d1591af2428eecfda Author: Andras Timar <[email protected]> AuthorDate: Fri Dec 5 19:23:10 2025 +0100 Commit: Andras Timar <[email protected]> CommitDate: Mon Dec 8 16:09:04 2025 +0100 [cp] Disable LibreLogo in Collabora Online/Office apps It never worked, and it is not planned to make it work. Change-Id: I94afd31d941530dd1479bfc2c441352d75c8220e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195184 Tested-by: Andras Timar <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf index 22ad22929dc0..1dfe3d4337fa 100644 --- a/distro-configs/CODAWindows.conf +++ b/distro-configs/CODAWindows.conf @@ -30,6 +30,7 @@ --disable-opencl --disable-opengl --without-galleries +--disable-librelogo # Sensible font bundling settings for desktop --with-fonts diff --git a/distro-configs/CPAndroidBranding.conf b/distro-configs/CPAndroidBranding.conf index f4ecf7dc72fc..d10fa3156cad 100644 --- a/distro-configs/CPAndroidBranding.conf +++ b/distro-configs/CPAndroidBranding.conf @@ -13,3 +13,4 @@ --enable-pdfimport --enable-release-build --disable-community-flavor +--disable-librelogo diff --git a/distro-configs/CPLinux-LOKit.conf b/distro-configs/CPLinux-LOKit.conf index a2dd06cb2113..c2124df138cd 100644 --- a/distro-configs/CPLinux-LOKit.conf +++ b/distro-configs/CPLinux-LOKit.conf @@ -69,3 +69,4 @@ --enable-sal-log --without-templates --with-buildconfig-recorded +--disable-librelogo diff --git a/distro-configs/CPWASM-LOKit.conf b/distro-configs/CPWASM-LOKit.conf index 1937d9815a52..6a124411386c 100644 --- a/distro-configs/CPWASM-LOKit.conf +++ b/distro-configs/CPWASM-LOKit.conf @@ -32,3 +32,4 @@ --disable-lotuswordpro --disable-lpsolve --without-templates +--disable-librelogo
