From 50cfcfc3235429b7acfe053d5bd393bfc56ca504 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 8 Oct 2011 07:16:36 +0000 Subject: [PATCH] Evas: Add GL_EET_CFLAGS tp CPPFLAGS so that Eet.h is found. Patch by JGMiller, fix ticket #874 SVN revision: 63922 --- legacy/evas/src/modules/engines/gl_sdl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am index 961bf412b1..abdeaf0abd 100644 --- a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am @@ -9,6 +9,7 @@ AM_CPPFLAGS = \ @FREETYPE_CFLAGS@ \ @PIXMAN_CFLAGS@ \ @EINA_CFLAGS@ \ +@GL_EET_CFLAGS@ \ @evas_engine_gl_sdl_cflags@ if BUILD_ENGINE_GL_SDL