aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libsdl
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-12-18 10:19:02 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-18 10:19:02 -0800
commitd0e1f80d044013c988337c75c12b697b2b024f83 (patch)
tree66764a9c352f5c8ea7ac23612465d21e80efb575 /third_party/libsdl
parentecbed9d01bdb7906e4a85bebd3e5b6b23fbacedf (diff)
Remove EGL_config from vb bot
Diffstat (limited to 'third_party/libsdl')
-rw-r--r--third_party/libsdl/linux/SDL_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libsdl/linux/SDL_config.h b/third_party/libsdl/linux/SDL_config.h
index 8cfc394a53..de6f8dec7f 100644
--- a/third_party/libsdl/linux/SDL_config.h
+++ b/third_party/libsdl/linux/SDL_config.h
@@ -328,7 +328,7 @@
#define SDL_VIDEO_OPENGL_ES2 1
/* #undef SDL_VIDEO_OPENGL_BGL */
/* #undef SDL_VIDEO_OPENGL_CGL */
-#define SDL_VIDEO_OPENGL_EGL 1
+/* #undef SDL_VIDEO_OPENGL_EGL */
#define SDL_VIDEO_OPENGL_GLX 1
/* #undef SDL_VIDEO_OPENGL_WGL */
/* #undef SDL_VIDEO_OPENGL_OSMESA */