[Libreoffice-commits] .: vcl/Library_vcl.mk
Matus Kukan
mkukan at kemper.freedesktop.org
Sat Jun 2 14:59:16 PDT 2012
vcl/Library_vcl.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 13aaac50bc5c37d4d9be97b441032dd7d6d02406
Author: Matúš Kukan <matus.kukan at gmail.com>
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) \
))
More information about the Libreoffice-commits
mailing list