Add distro config for iOS simulator to make building easier
Change-Id: Iff70622732792224b3c0a080f95d69f86c167ae6 Reviewed-on: https://gerrit.libreoffice.org/73370 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
parent
80c5c68fed
commit
b4653db650
2 changed files with 33 additions and 10 deletions
|
@ -27,15 +27,6 @@
|
||||||
|
|
||||||
--without-tls
|
--without-tls
|
||||||
|
|
||||||
# iOS simulator (debug)
|
# iOS device
|
||||||
#--enable-ios-simulator
|
|
||||||
#--enable-debug
|
|
||||||
|
|
||||||
# iOS Device (debug)
|
|
||||||
#--enable-ios-simulator
|
|
||||||
#--enable-debug
|
|
||||||
#--host=arm64-apple-darwin
|
|
||||||
|
|
||||||
# iOS Device (release)
|
|
||||||
--host=arm64-apple-darwin
|
--host=arm64-apple-darwin
|
||||||
|
|
||||||
|
|
32
distro-configs/LibreOfficeiOS_Sim.conf
Normal file
32
distro-configs/LibreOfficeiOS_Sim.conf
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
--disable-breakpad
|
||||||
|
--disable-firebird-sdbc
|
||||||
|
--disable-online-update
|
||||||
|
|
||||||
|
--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
|
Loading…
Reference in a new issue