From eda015d45c670dec42d37b8306c1f2441602965f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 28 Aug 2013 09:20:09 +0800 Subject: [PATCH] MSVC Builds: Update Predefined cogl-defines.h Cogl-Path was split out from the main Cogl library to become a standalone library, but many libraries/appplications using Cogl (such as Clutter) expects that Cogl-Path is still in Cogl. Define COGL_HAS_COGL_PATH_SUPPORT here, as it will always be needed, at least for the 1.16 release series, so that builds of items using Cogl would not break, such as Clutter. Reviewed-by: Neil Roberts --- cogl/cogl-defines.h.win32.in | 1 + cogl/cogl-defines.h.win32_SDL.in | 1 + 2 files changed, 2 insertions(+) diff --git a/cogl/cogl-defines.h.win32.in b/cogl/cogl-defines.h.win32.in index dd966003d..f8648264b 100644 --- a/cogl/cogl-defines.h.win32.in +++ b/cogl/cogl-defines.h.win32.in @@ -36,6 +36,7 @@ G_BEGIN_DECLS #define COGL_HAS_GTYPE_SUPPORT 1 #define COGL_HAS_WGL_SUPPORT 1 #define COGL_HAS_WIN32_SUPPORT 1 +#define COGL_HAS_COGL_PATH_SUPPORT 1 #define COGL_HAS_GL 1 #define CLUTTER_COGL_HAS_GL 1 diff --git a/cogl/cogl-defines.h.win32_SDL.in b/cogl/cogl-defines.h.win32_SDL.in index ef16d502b..d80b30f7f 100644 --- a/cogl/cogl-defines.h.win32_SDL.in +++ b/cogl/cogl-defines.h.win32_SDL.in @@ -37,6 +37,7 @@ G_BEGIN_DECLS #define COGL_HAS_WGL_SUPPORT 1 #define COGL_HAS_WIN32_SUPPORT 1 #define COGL_HAS_SDL_SUPPORT 1 +#define COGL_HAS_COGL_PATH_SUPPORT 1 #define COGL_HAS_GL 1 #define CLUTTER_COGL_HAS_GL 1