distro-configs/CODAWindows.conf | 46 +++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 19 deletions(-)
New commits: commit 00a6d9b316d58fdbaa89c0235b13b01efc803293 Author: Andras Timar <[email protected]> AuthorDate: Mon Nov 17 12:04:21 2025 +0000 Commit: Michael Stahl <[email protected]> CommitDate: Tue Dec 2 10:31:25 2025 +0100 CODA-W: update default build config Change-Id: Ie4942ecd90c92b2651c9cbf144a6c2c3cec7f104 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194607 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 8900e4013f3b..bcae85b35ef5 100644 --- a/distro-configs/CODAWindows.conf +++ b/distro-configs/CODAWindows.conf @@ -1,31 +1,39 @@ # Collabora Online Desktop app for Windows ---disable-breakpad ---disable-firebird-sdbc ---disable-online-update +# Build environment +--with-visual-studio=2022 +--enable-python=fully-internal +--without-lxml --without-export-validation ---without-helppack-integration +--disable-ccache +--disable-pch +--without-doxygen --without-java ---without-junit +--enable-symbols ---with-theme=colibre +# Features +--disable-breakpad +--disable-firebird-sdbc +--disable-online-update +--without-helppack-integration +--disable-avmedia +--disable-odk +--disable-skia +--disable-cli +--with-myspell-dicts +--enable-headless +--enable-mergelibs +--disable-opencl +--without-galleries # Sensible font bundling settings for desktop --with-fonts --with-docrepair-fonts --disable-noto-font ---disable-avahi ---disable-avmedia ---disable-compiler-plugins ---disable-cups ---disable-dconf ---disable-kf5 ---disable-odk +# MPLv2 subset +--with-theme=colibre +--disable-postgresql-sdbc +--disable-lotuswordpro +--disable-lpsolve --disable-poppler ---disable-skia ---disable-cli - ---enable-python=fully-internal - -#--disable-dynamic-loading
