summaryrefslogtreecommitdiff
path: root/codemaker/StaticLibrary_codemaker_cpp.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-13 11:47:42 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-13 11:47:42 +0000
commitdcb921b8d29ea2dcdbfaccf845fcbd38d71af10c (patch)
treed0e0bc55871c8800ad189d9d08c7d4efe4a4932b /codemaker/StaticLibrary_codemaker_cpp.mk
parent495d579b281ac199ca6d8d793025ee2535a8ab5e (diff)
static libraries also require boost.
Diffstat (limited to 'codemaker/StaticLibrary_codemaker_cpp.mk')
-rw-r--r--codemaker/StaticLibrary_codemaker_cpp.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/codemaker/StaticLibrary_codemaker_cpp.mk b/codemaker/StaticLibrary_codemaker_cpp.mk
index 0e08444d53a7..627f731b9868 100644
--- a/codemaker/StaticLibrary_codemaker_cpp.mk
+++ b/codemaker/StaticLibrary_codemaker_cpp.mk
@@ -27,6 +27,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp))
+$(eval $(call gb_StaticLibrary_use_unpacked,codemaker_cpp,boost))
+
$(eval $(call gb_StaticLibrary_use_packages,codemaker_cpp,\
codemaker_inc \
registry_inc \