mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 14:14:10 +00: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
7fae8ac051
commit
6ca13e54d8
@ -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)
|
||||||
|
@ -12,6 +12,7 @@ INCLUDES = \
|
|||||||
-I$(top_builddir)/clutter \
|
-I$(top_builddir)/clutter \
|
||||||
-I$(top_builddir)/clutter/cogl \
|
-I$(top_builddir)/clutter/cogl \
|
||||||
-DCLUTTER_COMPILATION \
|
-DCLUTTER_COMPILATION \
|
||||||
|
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||||
$(CLUTTER_CFLAGS) \
|
$(CLUTTER_CFLAGS) \
|
||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(MAINTAINER_CFLAGS)
|
$(MAINTAINER_CFLAGS)
|
||||||
|
@ -5,6 +5,7 @@ NULL =
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-DG_LOG_DOMAIN=\"ClutterX11\" \
|
-DG_LOG_DOMAIN=\"ClutterX11\" \
|
||||||
-DCLUTTER_COMPILATION \
|
-DCLUTTER_COMPILATION \
|
||||||
|
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_srcdir)/clutter/cogl \
|
-I$(top_srcdir)/clutter/cogl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user