[Piglit] [PATCH 13/17] glean: Remove dependency on libGLU
Ian Romanick
idr at freedesktop.org
Tue Sep 22 08:36:38 PDT 2015
From: Ian Romanick <ian.d.romanick at intel.com>
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
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
More information about the Piglit
mailing list