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 <neil@linux.intel.com>
This commit is contained in:
parent
98340c44ba
commit
eda015d45c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user