Match conditionals in dictionaries/Module_dictionaries.mk

Change-Id: Ia80af0e949c160718cf815630d383bf7c36e5b00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142071
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Tor Lillqvist 2022-10-31 13:30:27 +02:00 committed by Andras Timar
parent a807a1222f
commit 07d303b741
2 changed files with 4 additions and 3 deletions

View file

@ -23,6 +23,7 @@ $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,\
$(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_MACOSX_SANDBOX \
ENABLE_ONLINE_UPDATE \
MPL_SUBSET \
SYSTEM_CURL \
SYSTEM_HSQLDB \
SYSTEM_LIBXSLT \

View file

@ -383,7 +383,7 @@ File gid_File_Extension_Dictionary_Da
End
#endif
#if defined WITH_MYSPELL_DICTS
#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET
File gid_File_Extension_Dictionary_De
Dir = FILELIST_DIR;
Name = "Dictionary/dict-de.filelist";
@ -392,7 +392,7 @@ File gid_File_Extension_Dictionary_De
End
#endif
#if defined WITH_MYSPELL_DICTS
#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET
File gid_File_Extension_Dictionary_En
Dir = FILELIST_DIR;
Name = "Dictionary/dict-en.filelist";
@ -536,7 +536,7 @@ File gid_File_Extension_Dictionary_Is
End
#endif
#if defined WITH_MYSPELL_DICTS
#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET
File gid_File_Extension_Dictionary_It
Dir = FILELIST_DIR;
Name = "Dictionary/dict-it.filelist";