mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
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
@ -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 New Issue
Block a user