mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 12:12:25 +00:00
build: Tweak internal defines for building Clutter
When building Clutter we should: • disable Cogl deprecated API; • enable experimental API.
This commit is contained in:
parent
4a9f08639f
commit
b61c2b510b
@ -52,6 +52,8 @@ AM_CPPFLAGS = \
|
||||
-DCLUTTER_LIBDIR=\""$(libdir)"\" \
|
||||
-DCLUTTER_DATADIR=\""$(datadir)"\" \
|
||||
-DCLUTTER_COMPILATION=1 \
|
||||
-DCOGL_DISABLE_DEPRECATED \
|
||||
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||
-DG_DISABLE_DEPRECATED \
|
||||
-DG_DISABLE_SINGLE_INCLUDES \
|
||||
-DG_LOG_DOMAIN=\"Clutter\" \
|
||||
|
Loading…
Reference in New Issue
Block a user