diff options
author | Eike Rathke <erack@redhat.com> | 2012-08-10 16:24:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-08-10 16:26:37 +0200 |
commit | 26310504c3c20385caf35f5a703f1d5f1682b4c7 (patch) | |
tree | e9f224d7ce7d2d97c725cd76b9b7820f9a3781d2 /i18npool | |
parent | a7b26dbf7b4c59b34fed9957c32a41348bfd6f77 (diff) |
at least Windows needs libxml2
Change-Id: I97312c746e8a76af73851c474b0c6c2491c44803
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CppunitTest_i18npool_test_languagetag.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_languagetag.mk b/i18npool/CppunitTest_i18npool_test_languagetag.mk index 8c42ad610c23..467a36ba5c2e 100644 --- a/i18npool/CppunitTest_i18npool_test_languagetag.mk +++ b/i18npool/CppunitTest_i18npool_test_languagetag.mk @@ -32,6 +32,10 @@ $(eval $(call gb_CppunitTest_use_externals,i18npool_test_languagetag,\ endif endif +$(eval $(call gb_CppunitTest_use_externals,i18npool_test_languagetag,\ + libxml2 \ +)) + ifeq ($(SYSTEM_LIBLANGTAG),YES) $(eval $(call gb_CppunitTest_add_cxxflags,i18npool_test_languagetag,\ -DSYSTEM_LIBLANGTAG \ |