summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_opencl_test.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-29 14:45:48 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-29 15:29:22 +0200
commit28561633d82df4f7909b6d8211d4bff2912f1bd6 (patch)
tree48f5b2c6d1597447e6124418bda1452a16906190 /sc/CppunitTest_sc_opencl_test.mk
parent20860044c4a8c990a0b734c5a8eb63de4ab03260 (diff)
Don't bother with a separate dynamically loaded scopencl library
Just link that code into the sc library. We use clew anyway to handle optoinal presence of OpenCL at run-time. This is a straightforward change for now. Could be cleaner; we could get rid of the fairly pointless wrappers in sc/source/core/opencl/formulagroupcl.cxx for instance. Change-Id: I23215c6516ef04698f6891e2a7fc6611dc83b37a
Diffstat (limited to 'sc/CppunitTest_sc_opencl_test.mk')
-rw-r--r--sc/CppunitTest_sc_opencl_test.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk
index 4fc6ecbada0d..16ebd5e32bd0 100644
--- a/sc/CppunitTest_sc_opencl_test.mk
+++ b/sc/CppunitTest_sc_opencl_test.mk
@@ -36,7 +36,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
salhelper \
sax \
sc \
- $(if $(ENABLE_OPENCL),scopencl) \
scqahelper \
sfx \
sot \