aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-webengine/gl.latest.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-05-08 20:44:12 +0200
committerGitHub <noreply@github.com>2020-05-08 11:44:12 -0700
commit62d5125c5d11053af60bbb1e461c50be3b080c9f (patch)
tree98f9246dd6cc3d92b09780f51d687a2c9a852781 /ports/qt5-webengine/gl.latest.patch
parent48400215c06fdacab1f2706b7be31f43a8636483 (diff)
downloadvcpkg-62d5125c5d11053af60bbb1e461c50be3b080c9f.tar.gz
vcpkg-62d5125c5d11053af60bbb1e461c50be3b080c9f.zip
[qt5-webengine] Add dep atlmfc to CONTROL. Fix patches for latest. Add some options on linux (#11120)
* [qt5-webengine] Fix dependencies and patch for latest * fix latest build and add options to linux build
Diffstat (limited to 'ports/qt5-webengine/gl.latest.patch')
-rw-r--r--ports/qt5-webengine/gl.latest.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/qt5-webengine/gl.latest.patch b/ports/qt5-webengine/gl.latest.patch
new file mode 100644
index 000000000..a48ddf6c3
--- /dev/null
+++ b/ports/qt5-webengine/gl.latest.patch
@@ -0,0 +1,13 @@
+diff --git a/src/3rdparty/chromium/ui/gl/gl_bindings_autogen_gl.h b/src/3rdparty/chromium/ui/gl/gl_bindings_autogen_gl.h
+index d54583e8b..1921185f8 100644
+--- a/src/3rdparty/chromium/ui/gl/gl_bindings_autogen_gl.h
++++ b/src/3rdparty/chromium/ui/gl/gl_bindings_autogen_gl.h
+@@ -16,7 +16,7 @@
+ namespace gl {
+
+ class GLContext;
+-
++typedef void *GLeglImageOES;
+ typedef void(GL_BINDING_CALL* glActiveShaderProgramProc)(GLuint pipeline,
+ GLuint program);
+ typedef void(GL_BINDING_CALL* glActiveTextureProc)(GLenum texture);