From e9f6edc64553e458e15111aca6f3e778eb7afa2c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 13 Apr 2011 16:11:40 +0000 Subject: gnumake4: #i117610#: move icule to RepositoryExternal.mk [hg:e86f5a26e982] --- vcl/Library_vclplug_gen.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vcl/Library_vclplug_gen.mk') diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk index 263d7b1ebc75..1c79bda510ee 100755 --- a/vcl/Library_vclplug_gen.mk +++ b/vcl/Library_vclplug_gen.mk @@ -46,8 +46,6 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_gen,\ basegfx \ comphelper \ cppuhelper \ - icuuc \ - icule \ i18nisolang1 \ i18npaper \ i18nutil \ @@ -63,6 +61,11 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_gen,\ $(gb_STDLIBS) \ )) +$(call gb_Library_use_externals,vclplug_gen,\ + icule \ + icuuc \ +) + $(eval $(call gb_Library_add_exception_objects,vclplug_gen,\ vcl/unx/generic/app/i18n_cb \ vcl/unx/generic/app/i18n_ic \ -- cgit