fix --enable-sdl compilation.

Patch by Arvind R.


SVN revision: 82896
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-16 19:47:03 +00:00
parent cf1699fe22
commit 4d310f96ff
2 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,7 @@ modules_ecore_evas_engines_sdl_module_la_SOURCES = $(SDLSOURCES)
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@ \

View File

@ -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