mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
Makefile: Disable Clutter / Cogl deprecation warnings
These just spam up our logs, and they aren't getting fixed any time soon for a variety of reasons. Just disable them to ensure that really important warnings get noticed and fixed.
This commit is contained in:
parent
46361c3e28
commit
c34b5c1cf0
@ -10,6 +10,8 @@ AM_CPPFLAGS = \
|
|||||||
-DCLUTTER_ENABLE_EXPERIMENTAL_API \
|
-DCLUTTER_ENABLE_EXPERIMENTAL_API \
|
||||||
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||||
-DCOGL_ENABLE_EXPERIMENTAL_2_0_API \
|
-DCOGL_ENABLE_EXPERIMENTAL_2_0_API \
|
||||||
|
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
|
||||||
|
-DCOGL_DISABLE_DEPRECATION_WARNINGS \
|
||||||
$(MUTTER_CFLAGS) \
|
$(MUTTER_CFLAGS) \
|
||||||
$(MUTTER_NATIVE_BACKEND_CFLAGS) \
|
$(MUTTER_NATIVE_BACKEND_CFLAGS) \
|
||||||
-I$(builddir) \
|
-I$(builddir) \
|
||||||
|
Loading…
Reference in New Issue
Block a user