summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2015-09-22 08:10:59 -0700
committerIan Romanick <ian.d.romanick@intel.com>2015-09-29 14:33:56 -0700
commit1678b3b8d22f73406d09284c868aeea150b90afc (patch)
tree6382f57e709ffd3b9c8e6c7ca21ca20a7f43ee47
parent934b0a5af4c45108a5f69461988b990cd4597431 (diff)
Remove dangling references to GLU
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Thanked-by: Kristian Høgsberg <krh@bitplanet.net>
-rw-r--r--CMakeLists.txt2
-rw-r--r--README1
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa80c8ba2..4df0202db 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 f56d0328d..8bbb72d47 100644
--- a/README
+++ b/README
@@ -120,7 +120,6 @@ Install development packages.
- python
- python-numpy
- libglut-devel
- - libGLU-devel
Configure and build.
$ cmake .