summarylogtreecommitdiffstats
path: root/qt5-qtwebkit-fix-compatibility-with-latest-angle.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-qtwebkit-fix-compatibility-with-latest-angle.patch')
-rw-r--r--qt5-qtwebkit-fix-compatibility-with-latest-angle.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/qt5-qtwebkit-fix-compatibility-with-latest-angle.patch b/qt5-qtwebkit-fix-compatibility-with-latest-angle.patch
index 2a12fca270ea..2330ee5b12d9 100644
--- a/qt5-qtwebkit-fix-compatibility-with-latest-angle.patch
+++ b/qt5-qtwebkit-fix-compatibility-with-latest-angle.patch
@@ -1,11 +1,9 @@
--- qtwebkit-opensource-src-5.4.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h.orig 2014-12-29 22:48:34.532357391 +0100
+++ qtwebkit-opensource-src-5.4.0/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h 2014-12-29 23:01:26.254334924 +0100
-@@ -34,14 +34,15 @@
- #elif PLATFORM(WIN)
+@@ -35,13 +35,14 @@
#include "GLSLANG/ShaderLang.h"
#else
--#include "ShaderLang.h"
-+#include "GLSLANG/ShaderLang.h"
+ #include "ShaderLang.h"
+#include "angle_gl.h"
#endif