summaryrefslogtreecommitdiff
path: root/libre-testing/pyqt5/opengles-hack.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-30 23:54:20 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-30 23:54:20 -0300
commitc2aa3a24cc957e1b3afb5d715dd428300e11a42d (patch)
tree1695316825051665cbcf85643a5d8d805d4035e7 /libre-testing/pyqt5/opengles-hack.patch
parent6539961a0765383d626df9214faacbdfad0857c0 (diff)
downloadabslibre-c2aa3a24cc957e1b3afb5d715dd428300e11a42d.tar.gz
abslibre-c2aa3a24cc957e1b3afb5d715dd428300e11a42d.tar.bz2
abslibre-c2aa3a24cc957e1b3afb5d715dd428300e11a42d.zip
add pyqt5 to [libre-testing]
Diffstat (limited to 'libre-testing/pyqt5/opengles-hack.patch')
-rw-r--r--libre-testing/pyqt5/opengles-hack.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre-testing/pyqt5/opengles-hack.patch b/libre-testing/pyqt5/opengles-hack.patch
new file mode 100644
index 000000000..afadeb49b
--- /dev/null
+++ b/libre-testing/pyqt5/opengles-hack.patch
@@ -0,0 +1,11 @@
+diff -urN a/configure.py b/configure.py
+--- a/configure.py 2017-01-28 20:39:01.562407718 -0700
++++ b/configure.py 2017-01-28 22:08:41.670433124 -0700
+@@ -688,6 +688,7 @@
+ #elif defined(QT_OPENGL_ES_2)
+ out << "PyQt_Desktop_OpenGL\\n";
+ #endif
++ out << "PyQt_Desktop_OpenGL\\n";
+
+ #if QT_VERSION < 0x050200
+ // This is the test used in qglobal.h in Qt prior to v5.2. In v5.2 and later