diff --git a/cogl/cogl.h b/cogl/cogl.h index 28ea0caf8..a6b074798 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -139,7 +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) && \ +#if !defined (COGL_ENABLE_EXPERIMENTAL_2_0_API) && \ defined (COGL_HAS_COGL_PATH_SUPPORT) #include #endif