From d311260c0d347b3c933706b8cac48b82a653e1c7 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 25 Apr 2015 07:34:04 +0200 Subject: --enable-mergelibs: Turns out we don't need to install sax We are lucky, saxparser(expwrap) is only needed to build localedata* libs which are only runtime dependencies, and can be built *after* libmerged. So, simplify and move runtime deps to CppunitTest. This reverts commits 59cea45ec247df1acb691308c940ff97673e4c48 and partially 5e45637568ceefee21fe329a5254881963fecd7a Change-Id: I1a1fb4a48fd1a22a9b3a48f0eb0f123649c113b0 --- i18npool/Library_i18npool.mk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'i18npool/Library_i18npool.mk') diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 3c60ace8bf5a..f694be0f588e 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -147,13 +147,4 @@ $(eval $(call gb_Library_add_generated_cobjects,i18npool,\ $(if $(filter GCC,$(COM)),-Wno-unused-macros) \ )) -# i18npool dlopens localedata_* libraries. -# This is runtime dependency to prevent tests -# to be run sooner then localedata_* exists. -$(call gb_Library_get_target,i18npool) : | \ - $(call gb_Library_get_target,localedata_en) \ - $(call gb_Library_get_target,localedata_es) \ - $(call gb_Library_get_target,localedata_euro) \ - $(call gb_Library_get_target,localedata_others) \ - # vim: set noet sw=4 ts=4: -- cgit