diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-20 10:41:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-20 11:19:18 +0000 |
commit | c2866a9da4822fe886683efabe223db97d0296cb (patch) | |
tree | dcbdd5425431958f028fa2af7b70e858790b6d60 /i18nutil/Library_i18nutil.mk | |
parent | daaa6425ba689e69227751d4f4a719c01977ff1e (diff) |
Related: #i56998# provide a way to format % per-locale rules
Change-Id: Ic27b230cc9dce366f281ff720ded5873e94f6191
Diffstat (limited to 'i18nutil/Library_i18nutil.mk')
-rw-r--r-- | i18nutil/Library_i18nutil.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18nutil/Library_i18nutil.mk b/i18nutil/Library_i18nutil.mk index 8c0aaf0ef1eb..1c5837c30e16 100644 --- a/i18nutil/Library_i18nutil.mk +++ b/i18nutil/Library_i18nutil.mk @@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,i18nutil)) $(eval $(call gb_Library_use_externals,i18nutil,\ boost_headers \ icu_headers \ + icui18n \ + icuuc \ )) $(eval $(call gb_Library_use_custom_headers,i18nutil,\ @@ -34,6 +36,7 @@ $(eval $(call gb_Library_add_defs,i18nutil,\ )) $(eval $(call gb_Library_use_libraries,i18nutil,\ + i18nlangtag \ comphelper \ cppu \ sal \ |