build: Disable deprecated API in tests/conform

We should not be using deprecated API in the conformance test suite.
This commit is contained in:
Emmanuele Bassi 2010-02-15 11:57:48 +00:00
parent c3354cb2c0
commit 032121ce17

View File

@ -88,6 +88,7 @@ INCLUDES = \
test_conformance_CPPFLAGS = \
-DG_DISABLE_SINGLE_INCLUDES \
-DCOGL_DISABLE_DEPRECATED \
-DCLUTTER_DISABLE_DEPRECATED \
-DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"