mutter/cogl/cogl-mutter-config.h.in
Jonas Ådahl 7b2eaa76a4 cogl: Remove support for GLESv1
We have no need for it in mutters cogl variant.
2018-11-06 17:17:36 +01:00

6 lines
106 B
C

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