diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 11:43:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 11:49:23 +0200 |
commit | cfb09f556d7bc4d7341abf86c6e61af657235432 (patch) | |
tree | 013db383bfddd2c9a05f1ba63a0de0532611cd6c /ucb | |
parent | edecc4e9af189ff8f4c95d4b89a713facb368d71 (diff) |
Indirect dependency on boost_headers
...since 2eb36dc4b846ab5886ae71fd2978b56b2a2d1d08 "Hack to not leave SolarMutex
released after g_main_loop_run call."
Change-Id: Ib4eb92002531af423b3ed4f24f6f4b71dc9cdc0d
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_ucpgio1.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ucb/Library_ucpgio1.mk b/ucb/Library_ucpgio1.mk index 000f55727da2..b67c9bb3c89e 100644 --- a/ucb/Library_ucpgio1.mk +++ b/ucb/Library_ucpgio1.mk @@ -12,6 +12,8 @@ $(eval $(call gb_Library_Library,ucpgio1)) $(eval $(call gb_Library_set_componentfile,ucpgio1,ucb/source/ucp/gio/ucpgio)) +$(eval $(call gb_Library_use_external,ucpgio1,boost_headers)) + $(eval $(call gb_Library_use_sdk_api,ucpgio1)) $(eval $(call gb_Library_use_libraries,ucpgio1,\ |