[Libreoffice-commits] .: codemaker/StaticLibrary_codemaker_cpp.mk codemaker/StaticLibrary_codemaker.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 13 03:47:35 PST 2012


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

New commits:
commit dcb921b8d29ea2dcdbfaccf845fcbd38d71af10c
Author: Michael Meeks <michael.meeks at 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 \


More information about the Libreoffice-commits mailing list