mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
Add -DCOGL_ENABLE_EXPERIMENTAL_API to Makefiles for Cogl and x11/glx
Cogl and Clutter should be able to use the experimental API so this adds the required define to the CPPFLAGS in the Makefiles.
This commit is contained in:
parent
9d0962098f
commit
9c62265939
@ -39,6 +39,7 @@ AM_CPPFLAGS = \
|
|||||||
-DG_DISABLE_DEPRECATED \
|
-DG_DISABLE_DEPRECATED \
|
||||||
-DG_LOG_DOMAIN=\"Cogl-$(COGL_WINSYS)\" \
|
-DG_LOG_DOMAIN=\"Cogl-$(COGL_WINSYS)\" \
|
||||||
-DCLUTTER_COMPILATION \
|
-DCLUTTER_COMPILATION \
|
||||||
|
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||||
$(COGL_DEBUG_CFLAGS) \
|
$(COGL_DEBUG_CFLAGS) \
|
||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user