devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4b1e0e589e86e424b4bf909a9c5446ab81f5422b

commit 4b1e0e589e86e424b4bf909a9c5446ab81f5422b
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Oct 20 12:22:30 2014 -0400

    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.mich...@samsung.com>
---
 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 6e8a06e..19f6bc2 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -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>

-- 


Reply via email to