webkit-gtk-2.4.7-disable-webgl.patch 442 B

123456789101112
  1. --- webkitgtk-2.4.6.orig/Source/WebCore/platform/graphics/OpenGLShims.cpp 2014-09-26 11:40:44.000000000 +0400
  2. +++ webkitgtk-2.4.6.orig/Source/WebCore/platform/graphics/OpenGLShims.cpp 2014-10-13 15:38:38.496444600 +0400
  3. @@ -17,7 +17,7 @@
  4. */
  5. #include "config.h"
  6. -#if USE(3D_GRAPHICS) || defined(QT_OPENGL_SHIMS)
  7. +#if USE(3D_GRAPHICS) || defined(QT_OPENGL_SHIMS) || USE(EGL) || USE(GLX)
  8. #define DISABLE_SHIMS
  9. #include "OpenGLShims.h"