summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_opencl_test.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-12-07 21:48:55 +0100
committerDavid Tardon <dtardon@redhat.com>2014-12-08 00:01:35 +0100
commit764836cb00e8e6dfd2ab48e080a166ec90359e01 (patch)
treee9b6f405fac23f911e7e663ffb5ec06b26e9921d /sc/CppunitTest_sc_opencl_test.mk
parentb19fefa01c185cfc2d2386e8c8ddd7327b7540ff (diff)
Revert "No need to have OpenCL optional at configure-time"
As long as this requires bundling clcc, not allowing to disable it is unacceptable. This reverts commit 3b0b76462aa54f60bc9823d9c6ef64e5e35c1208. Conflicts: configure.ac Change-Id: I12b3d5e3325bbd03cd98e1fb5139705d694493c2
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 65aedde067dc..76061ad8c0ef 100644
--- a/sc/CppunitTest_sc_opencl_test.mk
+++ b/sc/CppunitTest_sc_opencl_test.mk
@@ -15,7 +15,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl_test, \
$(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \
boost_headers \
- clew \
+ $(call gb_Helper_optional,OPENCL,clew) \
mdds_headers \
orcus \
orcus-parser \