summaryrefslogtreecommitdiff
path: root/sc/Library_scui.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-28 09:26:55 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-28 09:26:55 +0200
commita20269a5a818bea1c171102cc27eabdf426e939d (patch)
tree35486a8fb513335aefac257204c0595638a5233f /sc/Library_scui.mk
parent044f4c0f454870d56442c8d985c1baf415733cfd (diff)
scui needs the opencl library at least on Windows
Change-Id: I4183b957d59bb81b8df7a5f51418be94c879b3fe
Diffstat (limited to 'sc/Library_scui.mk')
-rw-r--r--sc/Library_scui.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk
index a00e81a6225d..781b2e9b9e32 100644
--- a/sc/Library_scui.mk
+++ b/sc/Library_scui.mk
@@ -24,7 +24,7 @@ $(eval $(call gb_Library_use_sdk_api,scui))
$(eval $(call gb_Library_use_externals,scui,\
boost_headers \
- $(call gb_Helper_optional,OPENCL,clew) \
+ $(call gb_Helper_optional,OPENCL,clew) \
mdds_headers \
))
@@ -36,6 +36,8 @@ $(eval $(call gb_Library_use_libraries,scui,\
for \
forui \
i18nlangtag \
+ $(call gb_Helper_optional,OPENCL, \
+ opencl) \
sal \
sc \
sfx \