diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-08-08 02:31:51 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-08-08 02:31:51 -0500 |
commit | 014cd21554199c6dded160389795b4ebb58d20be (patch) | |
tree | 3a1b48f69838ae7f3d650a24c4cbb387af191468 /libre/pyqt5/opengles-hack.patch | |
parent | 18dd818dc1437268bf025ff462e5c8e18ae3eed2 (diff) | |
download | abslibre-014cd21554199c6dded160389795b4ebb58d20be.tar.gz abslibre-014cd21554199c6dded160389795b4ebb58d20be.tar.bz2 abslibre-014cd21554199c6dded160389795b4ebb58d20be.zip |
pyqt5-5.11.2-2.parabola1: updating version
Diffstat (limited to 'libre/pyqt5/opengles-hack.patch')
-rw-r--r-- | libre/pyqt5/opengles-hack.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/pyqt5/opengles-hack.patch b/libre/pyqt5/opengles-hack.patch new file mode 100644 index 000000000..afadeb49b --- /dev/null +++ b/libre/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 |