aboutsummarylogtreecommitdiffstats
path: root/qt5-add-angle-support.patch
diff options
context:
space:
mode:
authorMartchus2016-03-28 19:52:10 +0200
committerMartchus2016-03-28 19:52:10 +0200
commitdabae9421ba89f01d529aa1d7f53836ac72377fb (patch)
tree04788b794209b76214f10500e33f8eca1c010694 /qt5-add-angle-support.patch
parent3564bd5b15c3cd1825795965e2f17a52a227d60e (diff)
downloadaur-dabae9421ba89f01d529aa1d7f53836ac72377fb.tar.gz
updated to 5.6.0
Diffstat (limited to 'qt5-add-angle-support.patch')
-rw-r--r--qt5-add-angle-support.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/qt5-add-angle-support.patch b/qt5-add-angle-support.patch
deleted file mode 100644
index 4eb5f872b028..000000000000
--- a/qt5-add-angle-support.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- configure.orig 2014-12-05 09:24:14.000000000 -0700
-+++ configure 2014-12-11 09:24:32.545799224 -0700
-@@ -4765,7 +4765,7 @@
- fi
- if [ "$CFG_OPENGL" = "auto" ] || [ "$CFG_OPENGL" = "yes" ]; then
- if compileTest x11/opengl "OpenGL"; then
-- CFG_OPENGL=desktop
-+ CFG_OPENGL=angle
- elif compileTest unix/opengles2 "OpenGL ES 2.0"; then
- CFG_OPENGL=es2
- else
-@@ -5632,6 +5632,11 @@
- QT_CONFIG="$QT_CONFIG opengles2"
- fi
-
-+if [ "$CFG_OPENGL" = "angle" ]; then
-+ QCONFIG_FLAGS="$QCONFIG_FLAGS QT_OPENGL_ES QT_OPENGL_ES_2"
-+ QT_CONFIG="$QT_CONFIG opengles2 egl angle"
-+fi
-+
- if [ "$CFG_SHARED" = "yes" ]; then
- QT_CONFIG="$QT_CONFIG shared"
- QTCONFIG_CONFIG="$QTCONFIG_CONFIG shared"
-@@ -6588,7 +6593,7 @@
- report_support " NIS ...................." "$CFG_NIS"
- report_support " OpenGL / OpenVG:"
- report_support " EGL .................." "$CFG_EGL"
--report_support " OpenGL ..............." "$CFG_OPENGL" yes "Desktop OpenGL" es2 "OpenGL ES 2.0+"
-+report_support " OpenGL ..............." "$CFG_OPENGL" yes "Desktop OpenGL" es2 "OpenGL ES 2.0+" angle "ANGLE"
- report_support " OpenVG ..............." "$CFG_OPENVG-$CFG_OPENVG_SHIVA" yes-yes "ShivaVG" yes-no "native"
- report_support " PCRE ..................." "$CFG_PCRE" yes "system library" qt "bundled copy"
- if [ -n "$PKG_CONFIG" ]; then
---- src/plugins/platforms/windows/qwindowsglcontext.cpp.orig 2014-12-05 09:24:37.000000000 -0700
-+++ src/plugins/platforms/windows/qwindowsglcontext.cpp 2014-12-11 09:27:37.364281924 -0700
-@@ -45,7 +45,9 @@
- #include <algorithm>
-
- #include <wingdi.h>
-+#ifndef QT_OPENGL_ES_2
- #include <GL/gl.h>
-+#endif
-
- // #define DEBUG_GL
-