e-comp-wl: Comment out EGL include
authorChris Michael <cp.michael@samsung.com>
Mon, 20 Oct 2014 16:22:30 +0000 (12:22 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 30 Oct 2014 14:39:08 +0000 (10:39 -0400)
This fixes a build error from evas engine already including EGL headers

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.h

index 6e8a06e..19f6bc2 100644 (file)
 
 #  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>