diff options
author | David Tardon <dtardon@redhat.com> | 2014-12-07 21:48:55 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-12-08 00:01:35 +0100 |
commit | 764836cb00e8e6dfd2ab48e080a166ec90359e01 (patch) | |
tree | e9b6f405fac23f911e7e663ffb5ec06b26e9921d /sc/Module_sc.mk | |
parent | b19fefa01c185cfc2d2386e8c8ddd7327b7540ff (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/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 9385dc5138bc..3bf84cde51ae 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -54,7 +54,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_subsequent_export_test \ CppunitTest_sc_html_export_test \ - CppunitTest_sc_opencl_test \ + $(call gb_Helper_optional,OPENCL,CppunitTest_sc_opencl_test) \ )) # Disabled to allow the check tinderbox execute the sd tests |