From: Emmanuele Bassi Date: Mon, 15 Feb 2010 11:58:55 +0000 (+0000) Subject: build: Enable experimental COGL API in tests/conform X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fef82fae5c716f15cd345fcfbc37f01578a82580;p=profile%2Fivi%2Fclutter.git build: Enable experimental COGL API in tests/conform Enable the experimental API when building the conformance test suite. --- diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index 7466ac9..f197766 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -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"\" diff --git a/tests/conform/test-cogl-pixel-buffer.c b/tests/conform/test-cogl-pixel-buffer.c index cc4c289..bdaba96 100644 --- a/tests/conform/test-cogl-pixel-buffer.c +++ b/tests/conform/test-cogl-pixel-buffer.c @@ -1,6 +1,3 @@ - -#define COGL_ENABLE_EXPERIMENTAL_API - #include #include #include