[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - distro-configs/LibreOfficeiOS.conf distro-configs/LibreOfficeiOS_Sim.conf
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 3 11:39:17 UTC 2019
distro-configs/LibreOfficeiOS.conf | 2 +-
distro-configs/LibreOfficeiOS_Sim.conf | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
New commits:
commit 114df62a7e86e96b1faa2ff842cee4201889c704
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Mon Jun 3 14:42:44 2019 +0900
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jun 3 13:38:35 2019 +0200
Add distro config for iOS simulator to make building easier
Change-Id: Iff70622732792224b3c0a080f95d69f86c167ae6
Reviewed-on: https://gerrit.libreoffice.org/73369
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf
index c9aeca61e1b3..06f3cb516005 100644
--- a/distro-configs/LibreOfficeiOS.conf
+++ b/distro-configs/LibreOfficeiOS.conf
@@ -28,5 +28,5 @@
--without-tls
-#--enable-ios-simulator
+# iOS device
--host=arm64-apple-darwin
diff --git a/distro-configs/LibreOfficeiOS_Sim.conf b/distro-configs/LibreOfficeiOS_Sim.conf
new file mode 100644
index 000000000000..54bb7142ca92
--- /dev/null
+++ b/distro-configs/LibreOfficeiOS_Sim.conf
@@ -0,0 +1,33 @@
+--disable-breakpad
+--disable-firebird-sdbc
+--disable-online-update
+--disable-systray
+
+--without-export-validation
+--without-helppack-integration
+--without-java
+--without-junit
+
+--with-theme=colibre tango
+
+--with-build-platform-configure-options=--with-system-jpeg=no
+--with-macosx-version-min-required=10.11
+
+--disable-avahi
+--disable-avmedia
+--disable-compiler-plugins
+--disable-cups
+--disable-database-connectivity
+--disable-dconf
+--disable-extensions
+--disable-kde5
+--disable-odk
+--disable-openssl
+--disable-pdfium
+--disable-python
+
+--without-tls
+
+# iOS simulator (debug)
+--enable-ios-simulator
+--enable-debug
More information about the Libreoffice-commits
mailing list