[Libreoffice-commits] core.git: desktop/Library_passive_native.mk
Stephan Bergmann
sbergman at redhat.com
Mon Dec 16 01:02:49 PST 2013
desktop/Library_passive_native.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit e3d62eff008c241d96b1e3745c09fa9cdb1d17fe
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Dec 16 10:02:21 2013 +0100
Missing "boost_headers"
Change-Id: I6ad89134dbecf043fc3e07f035b43cb504a4fafb
diff --git a/desktop/Library_passive_native.mk b/desktop/Library_passive_native.mk
index 2181941..ac2c0bc 100644
--- a/desktop/Library_passive_native.mk
+++ b/desktop/Library_passive_native.mk
@@ -15,6 +15,10 @@ $(eval $(call gb_Library_add_exception_objects,passive_native, \
$(eval $(call gb_Library_set_componentfile,passive_native,desktop/test/deployment/passive/passive_native))
+$(eval $(call gb_Library_use_externals,passive_native, \
+ boost_headers \
+))
+
$(eval $(call gb_Library_use_libraries,passive_native, \
cppu \
cppuhelper \
More information about the Libreoffice-commits
mailing list