e05f48fc53
If we want to put a cogl winsys backend in mutter, that backend need to have access to the internal workings of cogl. https://bugzilla.gnome.org/show_bug.cgi?id=768976
18 lines
378 B
C
18 lines
378 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
|
|
|
|
/* Define to 1 if you have the `ffs' function. */
|
|
#undef HAVE_FFS
|
|
|
|
/* Define to 1 if you have the `memmem' function. */
|
|
#undef HAVE_MEMMEM
|
|
|
|
/* Whether _Static_assert can be used or not */
|
|
#undef HAVE_STATIC_ASSERT
|