distro-configs/CODAWindows.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
New commits: commit cb335d48c7e39b3d3e288deab8ba45dc43f30aed Author: Tor Lillqvist <[email protected]> AuthorDate: Tue Oct 15 10:34:03 2024 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Wed Jan 7 05:48:59 2026 +0100 Add initial attempt at CODA for Windows configuration Notes for the master branch: * "CODA" was (is) the internal codename for what now is known as (the new) Collabora Office. It stands for "Collabora Online as a Desktop Application". * This indeed was just the initial attempt, the file will be modified in later commits. Change-Id: I6c0d97998b5e57b6738086f8460bb9d0c1491d08 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194555 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196627 Tested-by: Jenkins diff --git a/distro-configs/CODAWindows.conf b/distro-configs/CODAWindows.conf new file mode 100644 index 000000000000..1c4077999a04 --- /dev/null +++ b/distro-configs/CODAWindows.conf @@ -0,0 +1,25 @@ +# Collabora Online Desktop app for Windows +--disable-breakpad +--disable-firebird-sdbc +--disable-online-update + +--without-export-validation +--without-helppack-integration +--without-java +--without-junit + +--with-theme=colibre + +--disable-avahi +--disable-avmedia +--disable-compiler-plugins +--disable-cups +--disable-dconf +--disable-extensions +--disable-kf5 +--disable-odk +--disable-poppler + +--enable-python=fully-internal + +#--disable-dynamic-loading
