summaryrefslogtreecommitdiff
path: root/lingucomponent/Module_lingucomponent.mk
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-13 08:52:43 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-11-28 16:46:58 +0100
commitb40f46548fee555b89626e6b17177a1d600b82c1 (patch)
tree03572c19b0c1d24b94f0a4bbd8e13217585b8c5e /lingucomponent/Module_lingucomponent.mk
parent625909a3eb9f48d2202773ac3df4cd14a3ef6a40 (diff)
Disable languagetool for WASM build
Change-Id: Icd0face05c33bbb1b56230a59015402d5f565422 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143385 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'lingucomponent/Module_lingucomponent.mk')
-rw-r--r--lingucomponent/Module_lingucomponent.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/lingucomponent/Module_lingucomponent.mk b/lingucomponent/Module_lingucomponent.mk
index 13f1a829d98a..87e1b1f4d585 100644
--- a/lingucomponent/Module_lingucomponent.mk
+++ b/lingucomponent/Module_lingucomponent.mk
@@ -25,10 +25,15 @@ $(eval $(call gb_Module_add_targets,lingucomponent,\
))
endif
+ifneq ($(ENABLE_WASM_STRIP_LANGUAGETOOL),TRUE)
+$(eval $(call gb_Module_add_targets,lingucomponent,\
+ Library_LanguageTool \
+))
+endif
+
$(eval $(call gb_Module_add_targets,lingucomponent,\
$(if $(filter iOS MACOSX,$(OS)),Library_MacOSXSpell) \
Library_numbertext \
- Library_LanguageTool \
))
# vim: set noet sw=4 ts=4: