summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-11-11 16:02:36 -0500
committerPeter Foley <pefoley2@verizon.net>2012-11-11 19:03:15 -0500
commit782151a79153195f3391cfff0d685cd4968063b8 (patch)
treef3388a43c05232140d380bd0b26675ef446122d3 /i18npool
parent49217ff3d858f3def673432b69211487439203bc (diff)
convert liblangtag to gbuild
Change-Id: Ib019e248b16a39ea058cdebeaa1f37a967a00d6c
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/CppunitTest_i18npool_test_languagetag.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_languagetag.mk b/i18npool/CppunitTest_i18npool_test_languagetag.mk
index c6493303111a..02aae4126859 100644
--- a/i18npool/CppunitTest_i18npool_test_languagetag.mk
+++ b/i18npool/CppunitTest_i18npool_test_languagetag.mk
@@ -32,6 +32,8 @@ $(eval $(call gb_CppunitTest_add_defs,i18npool_test_languagetag,-DENABLE_LIBLANG
ifeq ($(SYSTEM_LIBLANGTAG),YES)
$(eval $(call gb_CppunitTest_add_defs,i18npool_test_languagetag,-DSYSTEM_LIBLANGTAG))
+else
+$(eval $(call gb_CppunitTest_use_package,i18npool_test_languagetag,langtag_data))
endif
endif