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:
parent
29c2819df4
commit
d9cf422253
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue