summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
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 /RepositoryExternal.mk
parent49217ff3d858f3def673432b69211487439203bc (diff)
convert liblangtag to gbuild
Change-Id: Ib019e248b16a39ea058cdebeaa1f37a967a00d6c
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 019f0bed5c7c..734ed1f1cfd0 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -620,6 +620,11 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
))
define gb_LinkTarget__use_liblangtag
+$(call gb_LinkTarget_use_unpacked,$(1),langtag)
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(call gb_UnpackedTarball_get_dir,langtag) \
+ $$(INCLUDE) \
+)
$(call gb_LinkTarget_use_libraries,$(1),\
langtag \
)