tkurbad-overlay/net-libs/webkit-gtk/files/webkit-gtk-2.4.7-disable-webgl.patch

12 lines
442 B
Diff
Raw Normal View History

2017-12-21 21:30:01 +01:00
--- webkitgtk-2.4.6.orig/Source/WebCore/platform/graphics/OpenGLShims.cpp 2014-09-26 11:40:44.000000000 +0400
+++ webkitgtk-2.4.6.orig/Source/WebCore/platform/graphics/OpenGLShims.cpp 2014-10-13 15:38:38.496444600 +0400
@@ -17,7 +17,7 @@
*/
#include "config.h"
-#if USE(3D_GRAPHICS) || defined(QT_OPENGL_SHIMS)
+#if USE(3D_GRAPHICS) || defined(QT_OPENGL_SHIMS) || USE(EGL) || USE(GLX)
#define DISABLE_SHIMS
#include "OpenGLShims.h"