From: Ian Romanick <[email protected]>

Signed-off-by: Ian Romanick <[email protected]>
---
 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

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

Reply via email to