codemaker/StaticLibrary_codemaker.mk     |    2 ++
 codemaker/StaticLibrary_codemaker_cpp.mk |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit dcb921b8d29ea2dcdbfaccf845fcbd38d71af10c
Author: Michael Meeks <michael.me...@suse.com>
Date:   Tue Nov 13 11:47:42 2012 +0000

    static libraries also require boost.

diff --git a/codemaker/StaticLibrary_codemaker.mk 
b/codemaker/StaticLibrary_codemaker.mk
index e0eab49..a300518 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 \
diff --git a/codemaker/StaticLibrary_codemaker_cpp.mk 
b/codemaker/StaticLibrary_codemaker_cpp.mk
index 0e08444..627f731 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 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to