diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-11-13 11:47:42 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-13 11:47:42 +0000 |
commit | dcb921b8d29ea2dcdbfaccf845fcbd38d71af10c (patch) | |
tree | d0e0bc55871c8800ad189d9d08c7d4efe4a4932b /codemaker/StaticLibrary_codemaker.mk | |
parent | 495d579b281ac199ca6d8d793025ee2535a8ab5e (diff) |
static libraries also require boost.
Diffstat (limited to 'codemaker/StaticLibrary_codemaker.mk')
-rw-r--r-- | codemaker/StaticLibrary_codemaker.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codemaker/StaticLibrary_codemaker.mk b/codemaker/StaticLibrary_codemaker.mk index e0eab499bc91..a3005185e943 100644 --- a/codemaker/StaticLibrary_codemaker.mk +++ b/codemaker/StaticLibrary_codemaker.mk @@ -27,6 +27,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker)) +$(eval $(call gb_StaticLibrary_use_unpacked,codemaker,boost)) + $(eval $(call gb_StaticLibrary_use_packages,codemaker,\ codemaker_inc \ registry_inc \ |