mutter/cogl/cogl-mutter-config.h.in
Jonas Ådahl 46942c24a3 cogl: Make various functions non-optional
Remove fallback implementations of some functions available in
gcc/clang and Linux/BSDs.
2018-11-06 17:17:36 +01:00

9 lines
163 B
C

/* Have GL for rendering */
#undef HAVE_COGL_GL
/* Have GLES 1.1 for rendering */
#undef HAVE_COGL_GLES
/* Have GLES 2.0 for rendering */
#undef HAVE_COGL_GLES2