summaryrefslogtreecommitdiff
path: root/sc/Module_sc.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/Module_sc.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/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 0cb59e30ead6..56f02da58681 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -22,12 +22,6 @@ $(eval $(call gb_Module_add_l10n_targets,sc,\
UIConfig_scalc \
))
-ifneq (,$(ENABLE_OPENCL))
-$(eval $(call gb_Module_add_targets,sc,\
- Library_scopencl \
-))
-endif
-
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,sc,\
Library_scqahelper \