mutter/cogl/cogl-mutter-config.h.in
Jonas Ådahl d68fcbc887 cogl: Make cogl-config.h include check explicit
Don't rely on some combination of macros, but an explicit definition to
check whether cogl-config.h was included.
2018-11-06 17:17:36 +01:00

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