[Piglit] [PATCH 17/17] Remove dangling references to GLU
Ian Romanick
idr at freedesktop.org
Tue Sep 22 08:36:42 PDT 2015
From: Ian Romanick <ian.d.romanick at intel.com>
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
CMakeLists.txt | 2 +-
README | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa80c8b..4df0202 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -310,7 +310,7 @@ if (WIN32)
endif (WIN32)
if (APPLE)
- # Don't warn about using deprecated OpenGL/GLU/GLUT functions.
+ # Don't warn about using deprecated OpenGL/GLUT functions.
# TODO: It would be nice to silence just the deprecation macros from
# OpenGLAvailability.h as opposed to all deprecated functions.
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-deprecated-declarations")
diff --git a/README b/README
index f56d032..8bbb72d 100644
--- a/README
+++ b/README
@@ -120,7 +120,6 @@ Install development packages.
- python
- python-numpy
- libglut-devel
- - libGLU-devel
Configure and build.
$ cmake .
--
2.1.0
More information about the Piglit
mailing list