11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
|
/* Have GL for rendering */
|
||
|
#mesondefine HAVE_COGL_GL
|
||
|
|
||
|
/* Have GLES 2.0 for rendering */
|
||
|
#mesondefine HAVE_COGL_GLES2
|
||
|
|
||
|
/* Enable unit tests */
|
||
|
#mesondefine ENABLE_UNIT_TESTS
|
||
|
|
||
|
#define COGL_CONFIG_H_INCLUDED 1
|