Skip to content
Snippets Groups Projects
Commit 6b6d3152 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove GLU header

parent 17049381
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ include(Variables)
include(Prebuilt)
if (BUILD_HEADLESS)
SET(OPENGL_glu_LIBRARY GLU)
SET(OPENGL_HEADLESS_LIBRARIES OSMesa16 dl GLU)
endif (BUILD_HEADLESS)
......
......@@ -34,7 +34,6 @@
#define GL_GLEXT_PROTOTYPES 1
#include "GL/gl.h"
#include "GL/glext.h"
#include "GL/glu.h"
// The __APPLE__ kludge is to make glh_extensions.h not symbol-clash horribly
# define __APPLE__
......@@ -54,12 +53,6 @@
#include "epoxy/glx.h"
#endif
#if LL_DARWIN
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif
#endif // LL_MESA
#endif // LL_LLGLHEADERS_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment