diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-12 18:35:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-12 18:52:55 +0300 |
commit | 6d9060a6e6aa05a556594a519cb770c1bf06f79f (patch) | |
tree | 75891774e0b4fe576efb747ac405df58b7772d5d /configmgr | |
parent | 2ae639af5ac5e76b6ecbb7e8fb92d32b1ce002ae (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
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/CppunitTest_configmgr_unit.mk | 1 |
1 files changed, 0 insertions, 1 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 \ )) |