summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-09 15:29:43 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-11 14:34:55 +0200
commit1ee760335b8562f52728baa6ffebb2e79b28e789 (patch)
treeeabc4cd9adbc50756f55856a1fe49eee0693862d /RepositoryExternal.mk
parented2ad9638208b905f6501fedcd9b84d4176b9529 (diff)
liborcus: convert to gbuild
Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
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 e7690cf86192..42213d91551d 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1914,6 +1914,11 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
))
define gb_LinkTarget__use_orcus
+$(call gb_LinkTarget_use_unpacked,$(1),orcus)
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(call gb_UnpackedTarball_get_dir,orcus/include) \
+ $$(INCLUDE) \
+)
$(call gb_LinkTarget_use_static_libraries,$(1),\
orcus \
)