aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2013-04-18 20:44:38 +0000
committerTom Gall <tom.gall@linaro.org>2013-04-18 20:51:48 +0000
commitc7ac07d1135094623d09061b7efaefbf9ca15f24 (patch)
tree6e0045bb26aefaa73f492b3c16cf862fbe702f73
parent035d0d9ba11eb57c9598b952fa5abfe0cabb4466 (diff)
Link to libXext.so as without it the libOpenCL.so from Mesa
has a number of missing symbols and the build will error out.
-rw-r--r--tests/cl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)