[Libreoffice-commits] core.git: l10ntools/Executable_helpex.mk

Tor Lillqvist tml at collabora.com
Sun Sep 22 23:25:31 PDT 2013


 l10ntools/Executable_helpex.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4e2e1ca76f772d4644a21b82f79dfb4412a9c99f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 23 09:23:50 2013 +0300

    Seems that on the Android tinderboxes, icudata is needed by helpex
    
    But it built fine locally for me, huh. Oh well.
    
    Change-Id: Icef376a26eb8069eff002b2112a25363b5e18cb3

diff --git a/l10ntools/Executable_helpex.mk b/l10ntools/Executable_helpex.mk
index c7f5cce..0118671 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 \
 ))


More information about the Libreoffice-commits mailing list