diff options
Diffstat (limited to 'tests/glean')
-rw-r--r-- | tests/glean/CMakeLists.gl.txt | 1 | ||||
-rw-r--r-- | tests/glean/glwrap.h | 3 |
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> |