From 9c62265939e3a097cdc0da7b40e65608cc863ec9 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 21 Jun 2010 12:48:02 +0100 Subject: [PATCH] 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. --- cogl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index 2e75cb261..3435fafc7 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -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)