build: Enable experimental COGL API in tests/conform
Enable the experimental API when building the conformance test suite.
This commit is contained in:
parent
032121ce17
commit
fef82fae5c
@ -88,6 +88,7 @@ INCLUDES = \
|
||||
|
||||
test_conformance_CPPFLAGS = \
|
||||
-DG_DISABLE_SINGLE_INCLUDES \
|
||||
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||
-DCOGL_DISABLE_DEPRECATED \
|
||||
-DCLUTTER_DISABLE_DEPRECATED \
|
||||
-DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
|
||||
|
@ -1,6 +1,3 @@
|
||||
|
||||
#define COGL_ENABLE_EXPERIMENTAL_API
|
||||
|
||||
#include <clutter/clutter.h>
|
||||
#include <cogl/cogl.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user