mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
build: Disable deprecated API when building the cookbook examples
Make sure we always use the latest API.
This commit is contained in:
parent
4ee05f8e21
commit
f2669df6b5
@ -38,6 +38,8 @@ AM_CFLAGS = \
|
||||
$(CLUTTER_CFLAGS) \
|
||||
$(MAINTAINER_CFLAGS) \
|
||||
-DG_DISABLE_SINGLE_INCLUDES \
|
||||
-DCOGL_DISABLE_DEPRECATED \
|
||||
-DCLUTTER_DISABLE_DEPRECATED \
|
||||
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\"
|
||||
|
||||
AM_LDFLAGS = $(CLUTTER_LIBS) -export-dynamic
|
||||
|
Loading…
x
Reference in New Issue
Block a user