From fef82fae5c716f15cd345fcfbc37f01578a82580 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 15 Feb 2010 11:58:55 +0000 Subject: [PATCH] build: Enable experimental COGL API in tests/conform Enable the experimental API when building the conformance test suite. --- tests/conform/Makefile.am | 1 + tests/conform/test-cogl-pixel-buffer.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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 -- 2.7.4