build: Disable deprecated API in tests/conform
We should not be using deprecated API in the conformance test suite.
This commit is contained in:
parent
c3354cb2c0
commit
032121ce17
@ -88,6 +88,7 @@ INCLUDES = \
|
|||||||
|
|
||||||
test_conformance_CPPFLAGS = \
|
test_conformance_CPPFLAGS = \
|
||||||
-DG_DISABLE_SINGLE_INCLUDES \
|
-DG_DISABLE_SINGLE_INCLUDES \
|
||||||
|
-DCOGL_DISABLE_DEPRECATED \
|
||||||
-DCLUTTER_DISABLE_DEPRECATED \
|
-DCLUTTER_DISABLE_DEPRECATED \
|
||||||
-DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
|
-DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user