From a3b093d9c846c26793177d2d603b9eefef131cc1 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 19 Aug 2013 23:31:54 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+) diff --git a/doc/cookbook/examples/Makefile.am b/doc/cookbook/examples/Makefile.am index b1871113c..4f0af585b 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)/ \