distro-configs/CODAWindows.conf | 46 +++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 19 deletions(-)
New commits: commit 925382ec0315f83031d66a5a7456a27e03e79112 Author: Andras Timar <[email protected]> AuthorDate: Mon Nov 17 12:04:21 2025 +0000 Commit: Tor Lillqvist <[email protected]> CommitDate: Tue Jan 20 08:36:48 2026 +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]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197546 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf index 1f7ba09dc015..c622ff97f167 100644 --- a/distro-configs/CODAWindows.conf +++ b/distro-configs/CODAWindows.conf @@ -1,30 +1,38 @@ # 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 - ---with-theme=colibre - -# Sensible font bundling settings for desktop ---with-fonts ---with-docrepair-fonts +--enable-symbols ---disable-avahi +# Features +--disable-breakpad +--disable-firebird-sdbc +--disable-online-update +--without-helppack-integration --disable-avmedia ---disable-compiler-plugins ---disable-cups ---disable-dconf ---disable-kf5 --disable-odk ---disable-poppler --disable-skia --disable-cli +--with-myspell-dicts +--enable-headless +--enable-mergelibs +--disable-opencl +--without-galleries ---enable-python=fully-internal +# Sensible font bundling settings for desktop +--with-fonts +--with-docrepair-fonts -#--disable-dynamic-loading +# MPLv2 subset +--with-theme=colibre +--disable-postgresql-sdbc +--disable-lotuswordpro +--disable-lpsolve +--disable-poppler
