cookbook/examples: Disable Cogl deprecation warnings

We'll have to port the cookbook to a decent version of Clutter and Cogl
anyway.
This commit is contained in:
Emmanuele Bassi 2013-08-19 23:31:54 +01:00
parent 0d7bbc747f
commit a3b093d9c8

View File

@ -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)/ \