diff options
author | jan Iversen <jani@libreoffice.org> | 2017-09-23 18:18:00 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-09-23 18:23:19 +0200 |
commit | ac95e04e50529e5eafd97666b64838394ae0f07d (patch) | |
tree | 71a76419811116b7bb0e8548d7342558640b5b1c /distro-configs | |
parent | 6132e8d2868e26ffe079e540b23a408e6201d339 (diff) |
iOS, update distro
Added copy of autogen.input that works for arm64 and simulator.
Some of the disabled libraries might work, that is future work.
Change-Id: I7df3491872a1f13110dd49655fdc0a4ede3bfa28
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeiOS.conf | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf index a2690ec60f3f..e53884470923 100644 --- a/distro-configs/LibreOfficeiOS.conf +++ b/distro-configs/LibreOfficeiOS.conf @@ -1,3 +1,45 @@ ---build=i386-apple-darwin10.7.0 ---host=arm-apple-darwin10 +--disable-breakpad +--disable-firebird-sdbc +--disable-online-update +--disable-systray + +--without-doxygen +--without-export-validation +--without-helppack-integration +--without-java +--without-junit + +--with-build-platform-configure-options=--with-system-jpeg=no +--with-macosx-version-min-required=10.11 + +--disable-avahi +--disable-avmedia +--disable-cairo-canvas +--disable-compiler-plugins +--disable-cups +--disable-database-connectivity +--disable-dbgutil +--disable-dconf +--disable-dependency-tracking +--disable-dynamic-loading +--disable-epm +--disable-extensions +--disable-gltf +--disable-gstreamer-0-10 +--disable-gstreamer-1-0 +--disable-kde4 +--disable-odk +--disable-openssl --disable-pdfium +--disable-python +--disable-randr +--disable-scripting + +--without-galleries +--without-tls + +--enable-debug +--enable-werror + +#--enable-ios-simulator +--host=arm64-apple-darwin |