Module_dictionaries.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 0416c229fe3a2a6bc9d661a077e77264cd9d6929 Author: Gabor Kelemen <[email protected]> AuthorDate: Tue Oct 4 01:53:58 2022 +0200 Commit: Gabor Kelemen <[email protected]> CommitDate: Wed Oct 5 09:14:09 2022 +0200 Extend --enable-mpl-subset options effect to some dictionaries Change-Id: I09919a3dde90f986998d211fb84380497553a322 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/140936 Tested-by: Gabor Kelemen <[email protected]> Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/Module_dictionaries.mk b/Module_dictionaries.mk index b565e7a..1115c52 100644 --- a/Module_dictionaries.mk +++ b/Module_dictionaries.mk @@ -30,9 +30,9 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\ Dictionary_ckb \ 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 \ @@ -48,7 +48,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 \
