[Libreoffice-commits] core.git: sc/CppunitTest_sc_opencl_test.mk

Douglas Mencken dougmencken at gmail.com
Wed Jan 7 05:24:10 PST 2015


 sc/CppunitTest_sc_opencl_test.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18f9f2abbc508e840adee367d861431605af42bd
Author: Douglas Mencken <dougmencken at gmail.com>
Date:   Thu Dec 25 11:04:25 2014 -0500

    glew depends on OpenCL, for tests too
    
    Change-Id: Ib591b4328589982cda762ce2b1a688345b1665b0
    Reviewed-on: https://gerrit.libreoffice.org/13652
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk
index 18804af..b7adda6 100644
--- a/sc/CppunitTest_sc_opencl_test.mk
+++ b/sc/CppunitTest_sc_opencl_test.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
     basegfx \
-	clew \
+    $(call gb_Helper_optional,OPENCL,clew) \
     comphelper \
     cppu \
     cppuhelper \


More information about the Libreoffice-commits mailing list