summaryrefslogtreecommitdiffstats
path: root/l10ntools/Executable_uiex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/Executable_uiex.mk')
-rw-r--r--l10ntools/Executable_uiex.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/Executable_uiex.mk b/l10ntools/Executable_uiex.mk
index 520b010265f0..de8d0c83a4d6 100644
--- a/l10ntools/Executable_uiex.mk
+++ b/l10ntools/Executable_uiex.mk
@@ -16,7 +16,6 @@ $(eval $(call gb_Executable_set_include,uiex,\
$(eval $(call gb_Executable_use_libraries,uiex,\
sal \
- i18nregexp \
))
$(eval $(call gb_Executable_use_unpacked,uiex,boost))
@@ -33,6 +32,8 @@ $(eval $(call gb_Executable_use_externals,uiex,\
libexslt \
libxml2 \
libxslt \
+ icuuc \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
))
# vim: set noet sw=4 ts=4: