Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
SDL doesn't depend on GLU, and overwhelming feedback from the mailing…
Browse files Browse the repository at this point in the history
… list is that people don't want it included in SDL_opengl.h
  • Loading branch information
slouken committed Jan 20, 2011
1 parent 049494f commit 30596c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion configure.in
Expand Up @@ -1573,7 +1573,6 @@ CheckOpenGLX11()
AC_TRY_COMPILE([
#include <GL/gl.h>
#include <GL/glx.h>
#include <GL/glu.h>
],[
],[
video_opengl=yes
Expand Down
2 changes: 0 additions & 2 deletions include/SDL_opengl.h
Expand Up @@ -47,11 +47,9 @@
#endif
#if defined(__MACOSX__)
#include <OpenGL/gl.h> /* Header File For The OpenGL Library */
#include <OpenGL/glu.h> /* Header File For The GLU Library */
#define __X_GL_H
#else
#include <GL/gl.h> /* Header File For The OpenGL Library */
#include <GL/glu.h> /* Header File For The GLU Library */
#endif
#ifndef NO_SDL_GLEXT
#undef __glext_h_
Expand Down

0 comments on commit 30596c9

Please sign in to comment.