[clutter/clutter-1.16] build: Disable Cogl deprecation warnings for tests



commit 4a05ac34fca7988c3ea8155b779fb7d4cf071c6b
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Jul 2 22:24:31 2013 +0100

    build: Disable Cogl deprecation warnings for tests
    
    We are exercising all sorts of deprecated API anyway.

 tests/conform/Makefile.am     |    1 +
 tests/interactive/Makefile.am |    1 +
 tests/micro-bench/Makefile.am |    1 +
 tests/performance/Makefile.am |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 01a6e7a..7f57b1e 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -156,6 +156,7 @@ test_conformance_CPPFLAGS = \
        -DG_DISABLE_SINGLE_INCLUDES \
        -DCOGL_ENABLE_EXPERIMENTAL_API \
        -DG_DISABLE_DEPRECATION_WARNINGS \
+       -DCOGL_DISABLE_DEPRECATION_WARNINGS \
        -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
        -DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\" \
        -I$(top_srcdir) \
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index 8a06328..00bdae4 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -147,6 +147,7 @@ test_interactive_CPPFLAGS = \
        -DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
        -DG_DISABLE_SINGLE_INCLUDES \
        -DGLIB_DISABLE_DEPRECATION_WARNINGS \
+       -DCOGL_DISABLE_DEPRECATION_WARNINGS \
        -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
        -I$(top_srcdir) \
        -I$(top_builddir) \
diff --git a/tests/micro-bench/Makefile.am b/tests/micro-bench/Makefile.am
index 03b7cf6..802cbab 100644
--- a/tests/micro-bench/Makefile.am
+++ b/tests/micro-bench/Makefile.am
@@ -14,6 +14,7 @@ AM_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
 AM_CPPFLAGS = \
        -DG_DISABLE_SINGLE_INCLUDES \
        -DGLIB_DISABLE_DEPRECATION_WARNINGS \
+       -DCOGL_DISABLE_DEPRECATION_WARNINGS \
        -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
        -DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
        -I$(top_srcdir) \
diff --git a/tests/performance/Makefile.am b/tests/performance/Makefile.am
index 7ce59b5..dfcba75 100644
--- a/tests/performance/Makefile.am
+++ b/tests/performance/Makefile.am
@@ -18,6 +18,7 @@ AM_CFLAGS = $(CLUTTER_CFLAGS)
 AM_CPPFLAGS = \
        -DG_DISABLE_SINGLE_INCLUDES \
        -DGLIB_DISABLE_DEPRECATION_WARNINGS \
+       -DCOGL_DISABLE_DEPRECATION_WARNINGS \
        -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
        -DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
        -I$(top_srcdir) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]