summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-04-25 07:34:04 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2015-04-26 07:38:57 +0200
commitd311260c0d347b3c933706b8cac48b82a653e1c7 (patch)
tree5dbaf3699a8527d5075ec00d9dfab2dcd726b568 /i18npool
parent3a96d8ead86dc210085f09076fd270f247442f0a (diff)
--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
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/Library_i18npool.mk9
1 files changed, 0 insertions, 9 deletions
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: