Kaydet (Commit) 6d9060a6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 2ae639af
...@@ -49,5 +49,4 @@ $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\ ...@@ -49,5 +49,4 @@ $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
$(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\ $(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
boost_headers \ boost_headers \
icu_headers \ icu_headers \
icudata \
)) ))
...@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_libraries,gencoll_rule,\ ...@@ -20,7 +20,6 @@ $(eval $(call gb_Executable_use_libraries,gencoll_rule,\
)) ))
$(eval $(call gb_Executable_use_externals,gencoll_rule,\ $(eval $(call gb_Executable_use_externals,gencoll_rule,\
icudata \
icui18n \ icui18n \
icuuc \ icuuc \
icu_headers \ icu_headers \
......
...@@ -15,7 +15,6 @@ $(eval $(call gb_Executable_use_libraries,genindex_data,\ ...@@ -15,7 +15,6 @@ $(eval $(call gb_Executable_use_libraries,genindex_data,\
)) ))
$(eval $(call gb_Executable_use_externals,genindex_data,\ $(eval $(call gb_Executable_use_externals,genindex_data,\
icudata \
icui18n \ icui18n \
icuuc \ icuuc \
)) ))
......
...@@ -12,7 +12,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_rangelst_test)) ...@@ -12,7 +12,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_rangelst_test))
$(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \ $(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \
boost_headers \ boost_headers \
icu_headers \ icu_headers \
icudata \
icui18n \ icui18n \
icuuc \ icuuc \
libxml2 \ libxml2 \
......
...@@ -31,7 +31,6 @@ endif ...@@ -31,7 +31,6 @@ endif
$(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\ $(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
boost_headers \ boost_headers \
icu_headers \ icu_headers \
icudata \
icui18n \ icui18n \
icuuc \ icuuc \
libxml2 \ libxml2 \
......
...@@ -38,7 +38,6 @@ $(eval $(call gb_Library_use_sdk_api,sc)) ...@@ -38,7 +38,6 @@ $(eval $(call gb_Library_use_sdk_api,sc))
$(eval $(call gb_Library_use_externals,sc,\ $(eval $(call gb_Library_use_externals,sc,\
boost_headers \ boost_headers \
icu_headers \ icu_headers \
icudata \
icui18n \ icui18n \
icuuc \ icuuc \
libxml2 \ libxml2 \
......
...@@ -58,7 +58,6 @@ $(eval $(call gb_Library_use_externals,wpftdraw,\ ...@@ -58,7 +58,6 @@ $(eval $(call gb_Library_use_externals,wpftdraw,\
libxml2 \ libxml2 \
icui18n \ icui18n \
icuuc \ icuuc \
icudata \
)) ))
$(eval $(call gb_Library_add_exception_objects,wpftdraw,\ $(eval $(call gb_Library_add_exception_objects,wpftdraw,\
......
...@@ -53,7 +53,6 @@ $(eval $(call gb_Library_use_externals,wpftwriter,\ ...@@ -53,7 +53,6 @@ $(eval $(call gb_Library_use_externals,wpftwriter,\
ebook \ ebook \
etonyek \ etonyek \
icui18n \ icui18n \
icudata \
icuuc \ icuuc \
libxml2 \ libxml2 \
mwaw \ mwaw \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment