summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-11 14:45:36 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:16 +0200
commitf1717208ec22f146acec5ad2483c5cdc9a536484 (patch)
tree9234dade5fee227f8eceee4fb7a87708a186c672 /sc/Module_sc.mk
parent4aa113b2290591eeda1430c13775157b086b3b52 (diff)
Remove opencl-sdk configure option, and build time opencl conditionals.
We now load OpenCL library dynmically at run-time as needed. So there is no build time dependency on any OpenCL implementations. Change-Id: I214399060398a7c5e37b9a254147ccc2834e7866
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 6522862f7389..510cc82b8d9b 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -15,16 +15,11 @@ $(eval $(call gb_Module_add_targets,sc,\
Library_sc \
Library_scd \
Library_scfilt \
+ Library_scopencl \
Library_scui \
UIConfig_scalc \
))
-ifeq ($(ENABLE_OPENCL),TRUE)
-$(eval $(call gb_Module_add_targets,sc,\
- Library_scopencl \
-))
-endif
-
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,sc,\
Library_scqahelper \