summaryrefslogtreecommitdiff
path: root/liborcus
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-11-10 08:56:12 -0500
committerPeter Foley <pefoley2@verizon.net>2012-11-10 08:57:06 -0500
commitcdb6eca477c2c5553fa06d9e5e28b6e67aa58865 (patch)
tree56dde432303348da54e0c6212e679e0ae87b78b9 /liborcus
parent70dcf3426d7519429e0afae3809dc9dbcd01ce45 (diff)
liborcus needs boost
Change-Id: I83c6bd1bfb44e74b9f659a970b5c32d7475addfb
Diffstat (limited to 'liborcus')
-rw-r--r--liborcus/ExternalProject_liborcus.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk
index 637c4493fb60..54ef44a858fd 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -11,6 +11,8 @@ $(eval $(call gb_ExternalProject_ExternalProject,liborcus))
$(eval $(call gb_ExternalProject_use_unpacked,liborcus,orcus))
+$(eval $(call gb_ExternalProject_use_external,liborcus,boost_headers))
+
$(eval $(call gb_ExternalProject_register_targets,liborcus,\
build \
))