diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-04 18:17:43 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-04 18:19:29 +0100 |
commit | 3584c954337a625c93dae692849a53b6793d5a1e (patch) | |
tree | 3f0457cd39d8d3ef685a151d60f944d0fd479009 /distro-configs | |
parent | 61be109b1c10df3ddbb27f2a398b121a7c977f30 (diff) |
iOS disable gpgme
Disable gpgme called for passing parameters to configure, when called
internally (to generate config_build etc).
Update the distro-conf, with info on the different supported models
Change-Id: I884c8638bf7b1c9fbc8ea4bdaa4dfca019857f45
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeiOS.conf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf index 2041cabe51a9..57080907e3d1 100644 --- a/distro-configs/LibreOfficeiOS.conf +++ b/distro-configs/LibreOfficeiOS.conf @@ -27,9 +27,17 @@ --disable-python --without-tls - ---enable-debug --enable-werror +# iOS simulator (debug) +#--enable-ios-simulator +#--enable-debug + +# iOS Device (debug) #--enable-ios-simulator +#--enable-debug +#--host=arm64-apple-darwin + +# iOS Device (release) --host=arm64-apple-darwin + |