[clutter/clutter-1.16] cookbook/examples: Disable Cogl deprecation warnings



commit a3b093d9c846c26793177d2d603b9eefef131cc1
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Aug 19 23:31:54 2013 +0100

    cookbook/examples: Disable Cogl deprecation warnings
    
    We'll have to port the cookbook to a decent version of Clutter and Cogl
    anyway.

 doc/cookbook/examples/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/doc/cookbook/examples/Makefile.am b/doc/cookbook/examples/Makefile.am
index b187111..4f0af58 100644
--- a/doc/cookbook/examples/Makefile.am
+++ b/doc/cookbook/examples/Makefile.am
@@ -58,6 +58,7 @@ AM_CFLAGS = $(CLUTTER_CFLAGS)
 AM_CPPFLAGS = \
        -DG_DISABLE_SINGLE_INCLUDES \
        -DCOGL_DISABLE_DEPRECATED \
+       -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]