summaryrefslogtreecommitdiff
path: root/libre/python-pyqt5/opengles-hack.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-06 11:19:11 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-06 11:19:51 +0100
commit0a2ae7f044cbadc5eee995ab0a4f32fc1be65620 (patch)
treec16bb37f81bab6d6f728ee4863ed1e6f345fbcc3 /libre/python-pyqt5/opengles-hack.patch
parent4d6b2ec1e4a49e48dce6fa6a64a6de7bfbd8db5d (diff)
downloadabslibre-0a2ae7f044cbadc5eee995ab0a4f32fc1be65620.tar.gz
abslibre-0a2ae7f044cbadc5eee995ab0a4f32fc1be65620.tar.bz2
abslibre-0a2ae7f044cbadc5eee995ab0a4f32fc1be65620.zip
libre/python-pyqt5: updated to 5.10
Diffstat (limited to 'libre/python-pyqt5/opengles-hack.patch')
-rw-r--r--libre/python-pyqt5/opengles-hack.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/python-pyqt5/opengles-hack.patch b/libre/python-pyqt5/opengles-hack.patch
deleted file mode 100644
index afadeb49b..000000000
--- a/libre/python-pyqt5/opengles-hack.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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