OpenColorIO/ocio-glext_h.patch
Richard Shaw 4e736d1bdd Update to 1.1.1.
Removing python glue module as python 3 is not currently supported.
2019-04-04 13:33:12 -05:00

11 lines
227 B
Diff

--- a/src/apps/ociodisplay/main.cpp
+++ b/src/apps/ociodisplay/main.cpp
@@ -56,7 +56,6 @@ namespace OCIO = OCIO_NAMESPACE;
#else
#include <GL/glew.h>
#include <GL/gl.h>
-#include <GL/glext.h>
#include <GL/glut.h>
#endif