From ae444ad679a8ffff7f641427586b48e5223a10e9 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Fri, 16 May 2008 11:09:59 +0000 Subject: [PATCH] Use the Mesa headers instead of depending on GLee for Win32 builds. * configure.ac: No longer check for GLee * clutter/cogl/gl/cogl-defines.h.in: Don't bother including GLee.h * build/mingw/mingw-cross-compile.sh: No longer downloads libGLee but downloads the Mesa library instead and installs the headers from that. Fixed the libpng version. --- gl/cogl-defines.h.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gl/cogl-defines.h.in b/gl/cogl-defines.h.in index 487467752..a93f9f030 100644 --- a/gl/cogl-defines.h.in +++ b/gl/cogl-defines.h.in @@ -26,17 +26,8 @@ #ifndef __COGL_DEFINES_H__ #define __COGL_DEFINES_H__ -#ifdef WIN32 - -#include -#include - -#else - #include <@CLUTTER_GL_HEADER@> -#endif /* WIN32 */ - G_BEGIN_DECLS typedef GLenum COGLenum;