aboutsummaryrefslogtreecommitdiff
path: root/code/egl/egl_input.h
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-17 11:10:40 +0300
committerFathi Boudra <fabo@debian.org>2011-10-17 11:10:40 +0300
commit4a045fcd93b80671069eaddde3b4298ec9f9b646 (patch)
treeb1de7a2c02229f370d72283693a4f94a1e9a990e /code/egl/egl_input.h
parent69de9fbf97b8451b6f170a780091370d10f1896b (diff)
Use GL ES2:
- fix headers - link against libGLESv2
Diffstat (limited to 'code/egl/egl_input.h')
-rw-r--r--code/egl/egl_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/egl/egl_input.h b/code/egl/egl_input.h
index e749732..0fb4630 100644
--- a/code/egl/egl_input.h
+++ b/code/egl/egl_input.h
@@ -14,8 +14,8 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include <GLES/egl.h>
-#include <GLES/gl.h>
+#include <EGL/egl.h>
+#include <GLES2/gl2.h>
#include "../qcommon/q_shared.h"