summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2015-09-21 14:46:24 -0700
committerIan Romanick <ian.d.romanick@intel.com>2015-09-29 14:33:55 -0700
commit31b4e5a551ea17f778f4dde0b057a057e7e43180 (patch)
tree785039199769e0eb96ac1f7abfb79c88f8e3b3b8 /tests/spec/arb_copy_buffer
parente7780829d276c6f3e6a7f8ec1e49d8420c96435c (diff)
Remove unnecessary linking with libGLU
This patch was created by: sed -i -e '/[{]OPENGL_glu_LIBRARY[}]/d' $(grep -lr OPENGL_glu_LIBRARY) git checkout tests/glean/CMakeLists.gl.txt git checkout tests/spec/gl-1.4/CMakeLists.gl.txt git checkout tests/fbo/CMakeLists.gl.txt So, there are three places out of all of piglit that actually need this library. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Thanked-by: Kristian Høgsberg <krh@bitplanet.net>
Diffstat (limited to 'tests/spec/arb_copy_buffer')
-rw-r--r--tests/spec/arb_copy_buffer/CMakeLists.gl.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
index 6e5695e49..3feaca8cf 100644
--- a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
+++ b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
@@ -6,7 +6,6 @@ include_directories(
link_libraries (
piglitutil_${piglit_target_api}
${OPENGL_gl_LIBRARY}
- ${OPENGL_glu_LIBRARY}
)
piglit_add_executable (copy_buffer_coherency copy_buffer_coherency.c)