From: Ian Romanick <[email protected]>

Signed-off-by: Ian Romanick <[email protected]>
---
 tests/glean/CMakeLists.gl.txt | 1 -
 tests/glean/glwrap.h          | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/tests/glean/CMakeLists.gl.txt b/tests/glean/CMakeLists.gl.txt
index e1e8d1c..56f3f4d 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 d3404b4..03aa274 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>
-- 
2.1.0

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to