diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-23 09:23:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-23 09:23:50 +0300 |
commit | 4e2e1ca76f772d4644a21b82f79dfb4412a9c99f (patch) | |
tree | c67b76777e139660dcb019b6868c531deaead345 /l10ntools | |
parent | 5abc99f2fc9db8aa4dbce293898e26561f947ece (diff) |
Seems that on the Android tinderboxes, icudata is needed by helpex
But it built fine locally for me, huh. Oh well.
Change-Id: Icef376a26eb8069eff002b2112a25363b5e18cb3
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/Executable_helpex.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/Executable_helpex.mk b/l10ntools/Executable_helpex.mk index c7f5cce1c0f3..011867174192 100644 --- a/l10ntools/Executable_helpex.mk +++ b/l10ntools/Executable_helpex.mk @@ -23,6 +23,7 @@ $(eval $(call gb_Executable_use_externals,helpex,\ boost_headers \ icu_headers \ libxml2 \ + icudata \ icuuc \ icui18n \ )) |