1
0
Fork 0

cogl: further fix for including cogl-path.h

This now updates the guard to ignore whether
COGL_ENABLE_EXPERIMENTAL_2_0_API is defined since we need to work for
clutter which does define that, as well as clutter users that don't.
This commit is contained in:
Robert Bragg 2013-08-20 12:14:12 +01:00
parent 29c2819df4
commit d9cf422253

View file

@ -139,8 +139,7 @@
* The cogl_path_ api used to be part of the core Cogl api so for
* compatability we include cogl-path.h via cogl.h
*/
#if !defined (COGL_ENABLE_EXPERIMENTAL_2_0_API) && \
defined (COGL_HAS_COGL_PATH_SUPPORT)
#if defined (COGL_HAS_COGL_PATH_SUPPORT)
#include <cogl-path/cogl-path.h>
#endif