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_LOG_DOMAIN=\"Cogl-$(COGL_WINSYS)\" \
|
||||
-DCLUTTER_COMPILATION \
|
||||
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||
$(COGL_DEBUG_CFLAGS) \
|
||||
$(CLUTTER_DEBUG_CFLAGS) \
|
||||
$(NULL)
|
||||
|
@ -12,6 +12,7 @@ INCLUDES = \
|
||||
-I$(top_builddir)/clutter \
|
||||
-I$(top_builddir)/clutter/cogl \
|
||||
-DCLUTTER_COMPILATION \
|
||||
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||
$(CLUTTER_CFLAGS) \
|
||||
$(CLUTTER_DEBUG_CFLAGS) \
|
||||
$(MAINTAINER_CFLAGS)
|
||||
|
@ -5,6 +5,7 @@ NULL =
|
||||
INCLUDES = \
|
||||
-DG_LOG_DOMAIN=\"ClutterX11\" \
|
||||
-DCLUTTER_COMPILATION \
|
||||
-DCOGL_ENABLE_EXPERIMENTAL_API \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/clutter \
|
||||
-I$(top_srcdir)/clutter/cogl \
|
||||
|
Loading…
Reference in New Issue
Block a user