vcl/Library_vcl.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 13aaac50bc5c37d4d9be97b441032dd7d6d02406
Author: Matúš Kukan <[email protected]>
Date:   Sat Jun 2 23:58:05 2012 +0200

    vcl: add dependency on basebmp's headers not implied by linking
    
    Change-Id: Ic35a980f7ddc45ce319fe6d78c93be33126380a6

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 8d9473a..75a1059 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -319,6 +319,11 @@ endif
 # GUIBASE specific stuff
 
 ifeq ($(GUIBASE),aqua)
+# headers from basebmp are included but the library is not used ?
+$(eval $(call gb_Library_use_packages,vcl,\
+       basebmp_inc \
+))
+
 $(eval $(call gb_Library_add_cxxflags,vcl,\
     $(gb_OBJCXXFLAGS) \
 ))
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to