From c7ac07d1135094623d09061b7efaefbf9ca15f24 Mon Sep 17 00:00:00 2001 From: Tom Gall Date: Thu, 18 Apr 2013 20:44:38 +0000 Subject: Link to libXext.so as without it the libOpenCL.so from Mesa has a number of missing symbols and the build will error out. --- tests/cl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cl/CMakeLists.txt b/tests/cl/CMakeLists.txt index b91eda54..c6fce050 100644 --- a/tests/cl/CMakeLists.txt +++ b/tests/cl/CMakeLists.txt @@ -6,6 +6,7 @@ include_directories( link_libraries ( piglitutil_${piglit_target_api} ${OPENCL_opencl_LIBRARY} + /usr/lib/arm-linux-gnueabihf/libXext.so ) function(piglit_cl_add_test) -- cgit v1.2.3