summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2022-10-04 01:53:58 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-10-05 10:07:59 +0200
commit3388c93f35a0adc16552415080c01b5225153ef8 (patch)
tree032bf1b21d9bcf1c91873efef10f9f5d2dc1c14a
parent447a883184eaa8643fd6ae9a85ca64ef1d912d35 (diff)
Extend --enable-mpl-subset options effect to some dictionaries feature/cib_contract6721c
Change-Id: I09919a3dde90f986998d211fb84380497553a322 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/140936 Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
-rw-r--r--Module_dictionaries.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Module_dictionaries.mk b/Module_dictionaries.mk
index c271984..77abfd6 100644
--- a/Module_dictionaries.mk
+++ b/Module_dictionaries.mk
@@ -29,9 +29,9 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\
Dictionary_ca \
Dictionary_cs \
Dictionary_da \
- Dictionary_de \
+ $(if $(MPL_SUBSET),,Dictionary_de) \
Dictionary_el \
- Dictionary_en \
+ $(if $(MPL_SUBSET),,Dictionary_en) \
Dictionary_eo \
Dictionary_es \
Dictionary_et \
@@ -46,7 +46,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\
Dictionary_hu \
Dictionary_id \
Dictionary_is \
- Dictionary_it \
+ $(if $(MPL_SUBSET),,Dictionary_it) \
Dictionary_kmr-Latn \
Dictionary_ko-KR \
Dictionary_lo \