add EGL headers for wayland compositor

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-06-24 12:01:43 -04:00
parent b2e2219235
commit d52e926a32
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
# include <xkbcommon/xkbcommon.h>
# ifdef HAVE_WAYLAND_EGL
# include <EGL/egl.h>
# define GL_GLEXT_PROTOTYPES
# endif
# ifdef __linux__
# include <linux/input.h>
# else