summaryrefslogtreecommitdiff
path: root/libre/pyqt5/opengles-hack.patch
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2017-03-13 01:51:01 -0600
committerIsaac David <isacdaavid@isacdaavid.info>2017-03-13 01:51:01 -0600
commitc7b60b407c0f6a94818b269d569bcae2bcf35d49 (patch)
tree8dca0235c1578667e83bc4c1520f1663934fe27c /libre/pyqt5/opengles-hack.patch
parente35d80b6dd1427f929bb61de5ccb8b9f8583da85 (diff)
downloadabslibre-c7b60b407c0f6a94818b269d569bcae2bcf35d49.tar.gz
abslibre-c7b60b407c0f6a94818b269d569bcae2bcf35d49.tar.bz2
abslibre-c7b60b407c0f6a94818b269d569bcae2bcf35d49.zip
pyqt5: add OpenGLES patch for building on ARM
Diffstat (limited to 'libre/pyqt5/opengles-hack.patch')
-rw-r--r--libre/pyqt5/opengles-hack.patch11
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