From d52e926a322218669b01f2f8981f66f6840b5350 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 24 Jun 2014 12:01:43 -0400 Subject: [PATCH] add EGL headers for wayland compositor Signed-off-by: Chris Michael --- src/bin/e_comp_wl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index f61149cf3..c219b647c 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -11,6 +11,11 @@ # include +# ifdef HAVE_WAYLAND_EGL +# include +# define GL_GLEXT_PROTOTYPES +# endif + # ifdef __linux__ # include # else