[Libreoffice-commits] .: cui/Library_cui.mk

David Tardon dtardon at kemper.freedesktop.org
Tue Jul 26 01:14:27 PDT 2011


 cui/Library_cui.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 007112219deb5b5277c74a5ef9d77254a4734457
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jul 26 10:14:18 2011 +0200

    icu libs are external

diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk
index 6b23cb1..d4f4928 100644
--- a/cui/Library_cui.mk
+++ b/cui/Library_cui.mk
@@ -60,7 +60,6 @@ $(eval $(call gb_Library_add_linked_libs,cui,\
     cppuhelper \
     editeng \
     i18nisolang1 \
-    icuuc \
     jvmfwk \
     lng \
     sal \
@@ -80,6 +79,10 @@ $(eval $(call gb_Library_add_linked_libs,cui,\
     $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_Library_use_externals,cui,\
+    icuuc \
+))
+
 ifeq ($(GUI),WNT)
 $(eval $(call gb_Library_add_linked_libs,cui,\
     advapi32 \


More information about the Libreoffice-commits mailing list