From fd459e7fecd418c2c8e85af4c844876b0de5f228 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 21 Sep 2015 17:29:40 -0700 Subject: glean: Remove dependency on libGLU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ian Romanick Reviewed-by: Matt Turner Thanked-by: Kristian Høgsberg --- tests/glean/CMakeLists.gl.txt | 1 - tests/glean/glwrap.h | 3 --- 2 files changed, 4 deletions(-) (limited to 'tests') 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 -# include #elif defined(__X11__) # include // glx.h covers Xlib.h and gl.h, among others -# include #elif defined(__AGL__) # include -# include # include # include # include -- cgit v1.2.3