summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-16 10:02:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-16 10:02:21 +0100
commite3d62eff008c241d96b1e3745c09fa9cdb1d17fe (patch)
treef62cd1f166c8a7030aa47cb976bf839a9b0dc42e
parent49505e8f169bf762c1384802885acc43cb8e8800 (diff)
Missing "boost_headers"
Change-Id: I6ad89134dbecf043fc3e07f035b43cb504a4fafb
-rw-r--r--desktop/Library_passive_native.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/Library_passive_native.mk b/desktop/Library_passive_native.mk
index 2181941662cf..ac2c0bc53b15 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 \