distro-configs/CPMacOS-LOKit.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+)
New commits: commit 7b1068c39e18db04ac62133bd5c5036f7788a8f6 Author: Jan Holesovsky <[email protected]> AuthorDate: Mon Oct 21 07:08:39 2024 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Thu Jan 8 17:57:15 2026 +0100 Initial distro-config for LOKit on macOS Change-Id: If251f2fbc33e74b28b2f8fc3d14813f3fba2f431 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196866 Tested-by: Tor Lillqvist <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/distro-configs/CPMacOS-LOKit.conf b/distro-configs/CPMacOS-LOKit.conf new file mode 100644 index 000000000000..c380a9dd899d --- /dev/null +++ b/distro-configs/CPMacOS-LOKit.conf @@ -0,0 +1,33 @@ +INCLUDE:CPLinux-LOKit + +# disable Linux stuff that we don't need +--disable-epm +--disable-python +--without-package-format +--enable-gui + +# from LibreOfficeiOS (copied only, to avoid the --host setting) +--disable-breakpad +--disable-firebird-sdbc +--disable-online-update + +--without-export-validation +--without-helppack-integration +--without-java +--without-junit + +--with-theme=colibre + +--with-build-platform-configure-options=--with-system-jpeg=no + +--disable-avahi +--disable-avmedia +--disable-compiler-plugins +--disable-cups +--disable-dconf +--disable-extensions +--disable-kf5 +--disable-odk +--disable-openssl +--disable-poppler +--disable-python
