applied, thanks!

On Wed, Jan 16, 2013 at 2:21 PM, Arvind R <arvin...@gmail.com> wrote:
> ecore-evas-engines-sdl fails to compile - this patch fixes that.
>
> ---
> diff -uprN a/src/Makefile_Ecore_Evas.am b/src/Makefile_Ecore_Evas.am
> --- a/src/Makefile_Ecore_Evas.am        2013-01-15 04:06:23.000000000 +0530
> +++ b/src/Makefile_Ecore_Evas.am        2013-01-16 20:51:32.000000000 +0530
> @@ -160,6 +160,7 @@ modules_ecore_evas_engines_sdl_module_la
>  modules_ecore_evas_engines_sdl_module_la_CPPFLAGS = \
>  @ECORE_EVAS_CFLAGS@ \
>  @ECORE_SDL_CFLAGS@ \
> +-I$(top_srcdir)/src/modules/evas/engines/buffer \
>  -I$(top_srcdir)/src/modules/evas/engines/gl_sdl
>  modules_ecore_evas_engines_sdl_module_la_LIBADD = \
>  @USE_ECORE_EVAS_LIBS@ \
> diff -uprN a/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
> b/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
> --- a/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c       2012-12-06
> 02:45:42.000000000 +0530
> +++ b/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c       2013-01-16
> 20:22:32.000000000 +0530
> @@ -11,6 +11,7 @@
>  #include <Ecore_Input.h>
>  #include <Ecore_Input_Evas.h>
>  #include <Ecore_Sdl.h>
> +#include <Evas_Engine_Buffer.h>
>  #ifdef BUILD_ECORE_EVAS_OPENGL_SDL
>  #  include <Evas_Engine_GL_SDL.h>
>  #endif
>
> ------------------------------------------------------------------------------
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to