summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_opencl_test.mk
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2014-12-25 11:04:25 -0500
committerCaolán McNamara <caolanm@redhat.com>2015-01-07 13:23:38 +0000
commit18f9f2abbc508e840adee367d861431605af42bd (patch)
tree6ee13095b336d7a4c15756e4c7330bb08dd70bc3 /sc/CppunitTest_sc_opencl_test.mk
parentfd0577e6b65cfd948b2fbe16fa1bd06fe0c635b9 (diff)
glew depends on OpenCL, for tests too
Change-Id: Ib591b4328589982cda762ce2b1a688345b1665b0 Reviewed-on: https://gerrit.libreoffice.org/13652 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/CppunitTest_sc_opencl_test.mk')
-rw-r--r--sc/CppunitTest_sc_opencl_test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk
index 18804af8a1a0..b7adda645752 100644
--- a/sc/CppunitTest_sc_opencl_test.mk
+++ b/sc/CppunitTest_sc_opencl_test.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \
$(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
basegfx \
- clew \
+ $(call gb_Helper_optional,OPENCL,clew) \
comphelper \
cppu \
cppuhelper \