aboutsummaryrefslogtreecommitdiff
path: root/code/egl/egl_input.c
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-17 11:56:52 +0300
committerFathi Boudra <fabo@debian.org>2011-10-17 11:56:52 +0300
commit3b1bbda26b63fc06e239681bc3d0299b4a6c9dd1 (patch)
tree66fc80b84e948431caebf5e5bc52d3875f79343f /code/egl/egl_input.c
parent4a045fcd93b80671069eaddde3b4298ec9f9b646 (diff)
Switch back to GL ES1 as the code needs to be ported to GL ES2.
Fix build failures for GL ES1: - link against libgGLESv1_CM
Diffstat (limited to 'code/egl/egl_input.c')
-rw-r--r--code/egl/egl_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/egl/egl_input.c b/code/egl/egl_input.c
index 9206580..9636560 100644
--- a/code/egl/egl_input.c
+++ b/code/egl/egl_input.c
@@ -12,7 +12,7 @@
#include <X11/Xutil.h>
#include <EGL/egl.h>
-#include <GLES2/gl2.h>
+#include <GLES/gl.h>
#include "egl_glimp.h"
#include "../client/client.h"