1
0
Fork 0

build: Enable experimental COGL API in tests/conform

Enable the experimental API when building the conformance test suite.
This commit is contained in:
Emmanuele Bassi 2010-02-15 11:58:55 +00:00
parent 032121ce17
commit fef82fae5c
2 changed files with 1 additions and 3 deletions

View file

@ -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"\"

View file

@ -1,6 +1,3 @@
#define COGL_ENABLE_EXPERIMENTAL_API
#include <clutter/clutter.h>
#include <cogl/cogl.h>
#include <string.h>