1
0
Fork 0

configure: Include gl2ext.h or glext.h under GLES

Under big GL, glext.h is included automatically by gl.h. However under
GLES this doesn't appear to happen so it has to be included explicitly
to get the defines for extensions. This patch changes the
clutter_gl_header to be called cogl_gl_headers and it can now take a
space seperated list of multiple headers. This is then later converted
to a list of #include lines which ends up cogl-defines.h. The gles2
and gles1 backends now add their respective ext header to this list.
This commit is contained in:
Neil Roberts 2010-07-12 14:30:44 +01:00
parent 42dcffbc3a
commit 159c7ed7e5

View file

@ -25,7 +25,7 @@
#define __COGL_DEFINES_H__
#include <glib.h>
#include <@CLUTTER_GL_HEADER@>
@COGL_GL_HEADER_INCLUDES@
G_BEGIN_DECLS