From 4b1e0e589e86e424b4bf909a9c5446ab81f5422b Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 20 Oct 2014 12:22:30 -0400 Subject: [PATCH] e-comp-wl: Comment out EGL include This fixes a build error from evas engine already including EGL headers Signed-off-by: Chris Michael --- src/bin/e_comp_wl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 6e8a06ee4..19f6bc2ec 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -13,10 +13,10 @@ # include -# ifdef HAVE_WAYLAND_EGL -# include -# define GL_GLEXT_PROTOTYPES -# endif +/* # ifdef HAVE_WAYLAND_EGL */ +/* # include */ +/* # define GL_GLEXT_PROTOTYPES */ +/* # endif */ # ifdef __linux__ # include