summaryrefslogtreecommitdiffstats
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-01-03 13:55:24 +0200
committerTor Lillqvist <tml@collabora.com>2020-05-18 08:43:25 +0200
commit6573d76fecf5da54641909d07bddc0b6496a85bb (patch)
tree5f0dbb69ee8e5310483ffe3a2e3264e638be48db /postprocess
parenttdf#129375: Avoid crash when inserting bibliography entry on iOS (diff)
downloadcore-6573d76fecf5da54641909d07bddc0b6496a85bb.tar.gz
core-6573d76fecf5da54641909d07bddc0b6496a85bb.zip
Use only the 'MacOSXSpell' component on iOS, not the 'spell' one
Using only the system spell checker (through MacOSXSpell) is what we have been doing anyway. Do not build the hunspell or mythes externals for iOS. Do not build the lnth or spell components for iOS. Change-Id: I2e2abc268d7719e540072e5daff3f7960e04ed27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86172 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94215
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index c5f5fe31a63b..f9914bf5090b 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -50,8 +50,10 @@ $(eval $(call gb_Rdb_add_components,services,\
i18npool/util/i18npool \
lingucomponent/source/hyphenator/hyphen/hyphen \
lingucomponent/source/languageguessing/guesslang \
- lingucomponent/source/spellcheck/spell/spell \
- lingucomponent/source/thesaurus/libnth/lnth \
+ $(if $(filter-out iOS,$(OS)), \
+ lingucomponent/source/spellcheck/spell/spell \
+ lingucomponent/source/thesaurus/libnth/lnth \
+ ) \
lingucomponent/source/numbertext/numbertext \
linguistic/source/lng \
$(if $(ENABLE_LWP), \