summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-12 18:35:33 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-12 18:52:55 +0300
commit6d9060a6e6aa05a556594a519cb770c1bf06f79f (patch)
tree75891774e0b4fe576efb747ac405df58b7772d5d
parent2ae639af5ac5e76b6ecbb7e8fb92d32b1ce002ae (diff)
Unnecessary to mention dependency on icudata as only libicuuc directly uses it
libicudata exports a single symbol, icudt52_data (for ICU version 52), and only libicuuc refers to it. Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27
-rw-r--r--configmgr/CppunitTest_configmgr_unit.mk1
-rw-r--r--i18npool/Executable_gencoll_rule.mk1
-rw-r--r--i18npool/Executable_genindex_data.mk1
-rw-r--r--sc/CppunitTest_sc_rangelst_test.mk1
-rw-r--r--sc/CppunitTest_sc_ucalc.mk1
-rw-r--r--sc/Library_sc.mk1
-rw-r--r--writerperfect/Library_wpftdraw.mk1
-rw-r--r--writerperfect/Library_wpftwriter.mk1
8 files changed, 0 insertions, 8 deletions
diff --git a/configmgr/CppunitTest_configmgr_unit.mk b/configmgr/CppunitTest_configmgr_unit.mk
index 0ab0e7138fa7..18e40f204860 100644
--- a/configmgr/CppunitTest_configmgr_unit.mk
+++ b/configmgr/CppunitTest_configmgr_unit.mk
@@ -49,5 +49,4 @@ $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
$(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
boost_headers \
icu_headers \
- icudata \
))
diff --git a/i18npool/Executable_gencoll_rule.mk b/i18npool/Executable_gencoll_rule.mk
index c1903f00e717..568619a6d37f 100644
--- a/i18npool/Executable_gencoll_rule.mk
+++ b/i18npool/Executable_gencoll_rule.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_libraries,gencoll_rule,\
))
$(eval $(call gb_Executable_use_externals,gencoll_rule,\
- icudata \
icui18n \
icuuc \
icu_headers \
diff --git a/i18npool/Executable_genindex_data.mk b/i18npool/Executable_genindex_data.mk
index c95b7905ff79..0a10b1368444 100644
--- a/i18npool/Executable_genindex_data.mk
+++ b/i18npool/Executable_genindex_data.mk
@@ -15,7 +15,6 @@ $(eval $(call gb_Executable_use_libraries,genindex_data,\
))
$(eval $(call gb_Executable_use_externals,genindex_data,\
- icudata \
icui18n \
icuuc \
))
diff --git a/sc/CppunitTest_sc_rangelst_test.mk b/sc/CppunitTest_sc_rangelst_test.mk
index fb7d600d2556..b5ae3da532f0 100644
--- a/sc/CppunitTest_sc_rangelst_test.mk
+++ b/sc/CppunitTest_sc_rangelst_test.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_rangelst_test))
$(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \
boost_headers \
icu_headers \
- icudata \
icui18n \
icuuc \
libxml2 \
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk
index b4bf31d24be5..b9353cace19f 100644
--- a/sc/CppunitTest_sc_ucalc.mk
+++ b/sc/CppunitTest_sc_ucalc.mk
@@ -31,7 +31,6 @@ endif
$(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
boost_headers \
icu_headers \
- icudata \
icui18n \
icuuc \
libxml2 \
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 05cefb6bf6a1..b4b74259de9e 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -38,7 +38,6 @@ $(eval $(call gb_Library_use_sdk_api,sc))
$(eval $(call gb_Library_use_externals,sc,\
boost_headers \
icu_headers \
- icudata \
icui18n \
icuuc \
libxml2 \
diff --git a/writerperfect/Library_wpftdraw.mk b/writerperfect/Library_wpftdraw.mk
index b2cfc3636577..8b1a61119638 100644
--- a/writerperfect/Library_wpftdraw.mk
+++ b/writerperfect/Library_wpftdraw.mk
@@ -58,7 +58,6 @@ $(eval $(call gb_Library_use_externals,wpftdraw,\
libxml2 \
icui18n \
icuuc \
- icudata \
))
$(eval $(call gb_Library_add_exception_objects,wpftdraw,\
diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk
index 81008f3dc65b..fab462bca4c1 100644
--- a/writerperfect/Library_wpftwriter.mk
+++ b/writerperfect/Library_wpftwriter.mk
@@ -53,7 +53,6 @@ $(eval $(call gb_Library_use_externals,wpftwriter,\
ebook \
etonyek \
icui18n \
- icudata \
icuuc \
libxml2 \
mwaw \