diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-01 09:44:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-01 09:48:18 +0300 |
commit | 35583e02020326eae206c16c89e9e5eaf5f580b5 (patch) | |
tree | e0cda898b82a92d5e4bded384d5687923be83581 /distro-configs | |
parent | f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 (diff) |
Make configury work as well as possible for iOS without options
Change-Id: If28fbe59f55626aeca05fa93446a0e5034ea2b91
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeiOS.conf | 24 | ||||
-rw-r--r-- | distro-configs/README | 10 |
2 files changed, 5 insertions, 29 deletions
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf index 695dd83fa8eb..be996d0ad509 100644 --- a/distro-configs/LibreOfficeiOS.conf +++ b/distro-configs/LibreOfficeiOS.conf @@ -1,26 +1,2 @@ --build=i386-apple-darwin10.7.0 --host=arm-apple-darwin10 ---disable-cairo-canvas ---disable-ext-presenter-minimizer ---disable-extension-integration ---disable-gconf ---disable-gnome-vfs ---disable-gstreamer-0-10 ---disable-gstreamer ---disable-lockdown ---disable-lotuswordpro ---disable-neon ---disable-odk ---disable-opengl ---disable-postgresql-sdbc ---disable-python ---disable-randr ---disable-randr-link ---disable-systray ---disable-vba ---enable-mpl-subset ---without-afms ---without-fonts ---without-java ---without-junit ---without-ppds diff --git a/distro-configs/README b/distro-configs/README index 38812fbcc9da..50006fb9a8f4 100644 --- a/distro-configs/README +++ b/distro-configs/README @@ -17,9 +17,9 @@ on the autogen.sh command line thus: ./autogen.sh --with-distro=LibreOfficeFoo -Contrary to the above, in the Android and iOS cases the amount of -parameters you just must use is so large, that for convenience it is -always easiest to use the corresponding distro-configs file. This is a -bug and needs to be fixed; also configuring for those platforms needs -to use sane (or only possible) defaults and work fine wihout any +Contrary to the above, in the Android case the amount of parameters +you just must use is so large, that for convenience it is always +easiest to use the corresponding distro-configs file. This is a bug +and needs to be fixed; also configuring for Android should ideally use +sane (or the only possible) defaults and work fine wihout any parameters at all. |