aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libsdl
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-12-28 08:44:26 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-28 08:44:27 -0800
commit93eb4b97d4b896e0e4112a79a3caa76b2e99074b (patch)
treeb6ea26b7db63499a2988fcb66ce45dc4c40ac657 /third_party/libsdl
parente76b4bb3ae03ae85119055eac44f2721578e8202 (diff)
Disable ES2 on Linux SDL
Diffstat (limited to 'third_party/libsdl')
-rw-r--r--third_party/libsdl/linux/SDL_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libsdl/linux/SDL_config.h b/third_party/libsdl/linux/SDL_config.h
index de6f8dec7f..425e1f8817 100644
--- a/third_party/libsdl/linux/SDL_config.h
+++ b/third_party/libsdl/linux/SDL_config.h
@@ -319,13 +319,13 @@
/* #undef SDL_VIDEO_RENDER_D3D11 */
#define SDL_VIDEO_RENDER_OGL 1
/* #undef SDL_VIDEO_RENDER_OGL_ES */
-#define SDL_VIDEO_RENDER_OGL_ES2 1
+/* #undef SDL_VIDEO_RENDER_OGL_ES2 */
/* #undef SDL_VIDEO_RENDER_DIRECTFB */
/* Enable OpenGL support */
#define SDL_VIDEO_OPENGL 1
/* #undef SDL_VIDEO_OPENGL_ES */
-#define SDL_VIDEO_OPENGL_ES2 1
+/* #undef SDL_VIDEO_OPENGL_ES2 */
/* #undef SDL_VIDEO_OPENGL_BGL */
/* #undef SDL_VIDEO_OPENGL_CGL */
/* #undef SDL_VIDEO_OPENGL_EGL */