distro-configs/CODAWindows.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
New commits: commit ea91a0f75e97ae1f958d6900e34d2b41c892aadb Author: Tor Lillqvist <[email protected]> AuthorDate: Tue Oct 15 10:34:03 2024 +0300 Commit: Miklos Vajna <[email protected]> CommitDate: Tue Dec 2 08:37:25 2025 +0100 Add initial attempt at CODA for Windows configuration 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]> 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
