From: Amitesh Singh Date: Thu, 18 Jan 2018 06:19:53 +0000 (+0900) Subject: examples: evas vg: fix the compilation of vg batman X-Git-Tag: upstream/1.21.0~2234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b8384c8f4e1dee33ab1785e27009bca311c95c3;p=platform%2Fupstream%2Fefl.git examples: evas vg: fix the compilation of vg batman --- diff --git a/src/examples/evas/evas-vg-batman.c b/src/examples/evas/evas-vg-batman.c index 6800daf..5271608 100644 --- a/src/examples/evas/evas-vg-batman.c +++ b/src/examples/evas/evas-vg-batman.c @@ -18,6 +18,14 @@ #define WIDTH 800 #define HEIGHT 600 +#ifndef EFL_BETA_API_SUPPORT +#define EFL_BETA_API_SUPPORT +#endif + +#ifndef EFL_EO_API_SUPPORT +#define EFL_EO_API_SUPPORT +#endif + #include #include #include