From 44cff879a1758736130aa69d52ed0b617c4cab7e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 24 Aug 2016 14:12:47 +0900 Subject: evas: Fix includes when enabling BETA but not EO API This fixes the build for older versions of E. --- src/lib/evas/Evas_Eo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/evas/Evas_Eo.h') diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index cd9e21771e..7cd4c68fde 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h @@ -65,7 +65,7 @@ #include "canvas/efl_canvas_object.eo.h" #endif /* EFL_EO_API_SUPPORT */ -#ifdef EFL_BETA_API_SUPPORT +#if defined(EFL_BETA_API_SUPPORT) && defined(EFL_EO_API_SUPPORT) /** * @defgroup Evas_3D Evas 3D Extensions * @@ -281,7 +281,7 @@ typedef void (Evas_Canvas3D_Surface_Func)(Evas_Real *out_x, #include "canvas/efl_gfx_map.eo.h" #endif /* EFL_EO_API_SUPPORT */ -#ifdef EFL_BETA_API_SUPPORT +#if defined(EFL_BETA_API_SUPPORT) && defined(EFL_EO_API_SUPPORT) /** * @ingroup Evas_Object_VG * -- cgit v1.2.1