mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
393 B
Diff
11 lines
393 B
Diff
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
|