d68fcbc887
Don't rely on some combination of macros, but an explicit definition to check whether cogl-config.h was included.
8 lines
140 B
C
8 lines
140 B
C
/* Have GL for rendering */
|
|
#undef HAVE_COGL_GL
|
|
|
|
/* Have GLES 2.0 for rendering */
|
|
#undef HAVE_COGL_GLES2
|
|
|
|
#define COGL_CONFIG_H_INCLUDED 1
|