summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2015-09-21 17:29:40 -0700
committerIan Romanick <ian.d.romanick@intel.com>2015-09-29 14:33:56 -0700
commitfd459e7fecd418c2c8e85af4c844876b0de5f228 (patch)
tree4a09b1b3dd7a9852c024a6839ed54758e9a6f750
parentff1bb98a1d7fb315a7143daf9c969d61eed590f5 (diff)
glean: Remove dependency on libGLU
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>
-rw-r--r--tests/glean/CMakeLists.gl.txt1
-rw-r--r--tests/glean/glwrap.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/glean/CMakeLists.gl.txt b/tests/glean/CMakeLists.gl.txt
index e1e8d1cb4..56f3f4de7 100644
--- a/tests/glean/CMakeLists.gl.txt
+++ b/tests/glean/CMakeLists.gl.txt
@@ -63,7 +63,6 @@ piglit_add_executable (glean
target_link_libraries (glean
piglitutil_${piglit_target_api}
${OPENGL_gl_LIBRARY}
- ${OPENGL_glu_LIBRARY}
)
if (WIN32)
diff --git a/tests/glean/glwrap.h b/tests/glean/glwrap.h
index d3404b49f..03aa27439 100644
--- a/tests/glean/glwrap.h
+++ b/tests/glean/glwrap.h
@@ -52,14 +52,11 @@
#if defined(__WIN__)
# include <windows.h>
-# include <GL/glu.h>
#elif defined(__X11__)
# include <GL/glx.h>
// glx.h covers Xlib.h and gl.h, among others
-# include <GL/glu.h>
#elif defined(__AGL__)
# include <Carbon/Carbon.h>
-# include <OpenGL/glu.h>
# include <OpenGL/glext.h>
# include <AGL/agl.h>
# include <AGL/aglRenderers.h>