e-comp-wl: Comment out EGL include

This fixes a build error from evas engine already including EGL headers

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-20 12:22:30 -04:00
parent 3cf2088ee7
commit 4b1e0e589e
1 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@
# include <xkbcommon/xkbcommon.h>
# ifdef HAVE_WAYLAND_EGL
# include <EGL/egl.h>
# define GL_GLEXT_PROTOTYPES
# endif
/* # ifdef HAVE_WAYLAND_EGL */
/* # include <EGL/egl.h> */
/* # define GL_GLEXT_PROTOTYPES */
/* # endif */
# ifdef __linux__
# include <linux/input.h>