diff options
Diffstat (limited to 'recipes-python')
| -rw-r--r-- | recipes-python/pyqt5/python-pyqt5.inc | 4 | ||||
| -rw-r--r-- | recipes-python/pyqt5/python-pyqt5_5.13.2.bb | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5.inc b/recipes-python/pyqt5/python-pyqt5.inc index b830c9a9..47bf5b9d 100644 --- a/recipes-python/pyqt5/python-pyqt5.inc +++ b/recipes-python/pyqt5/python-pyqt5.inc | |||
| @@ -24,11 +24,11 @@ export STAGING_LIBDIR | |||
| 24 | 24 | ||
| 25 | PARALLEL_MAKEINST = "" | 25 | PARALLEL_MAKEINST = "" |
| 26 | 26 | ||
| 27 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager" | 27 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '', 'PyQt_OpenGL', d)}" |
| 28 | 28 | ||
| 29 | DISABLED_FEATURES_append_arm = " PyQt_qreal_double" | 29 | DISABLED_FEATURES_append_arm = " PyQt_qreal_double" |
| 30 | 30 | ||
| 31 | PYQT_MODULES = "QtCore QtGui QtNetwork QtWidgets QtXml QtNetwork QtQml QtQuick QtQuickWidgets" | 31 | PYQT_MODULES = "QtCore QtGui QtNetwork QtXml QtNetwork QtQml ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'QtQuick QtWidgets QtQuickWidgets', '', d)}" |
| 32 | 32 | ||
| 33 | do_configure_prepend() { | 33 | do_configure_prepend() { |
| 34 | cd ${S} | 34 | cd ${S} |
diff --git a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb index e051b156..389686c9 100644 --- a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb +++ b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb | |||
| @@ -10,5 +10,3 @@ python() { | |||
| 10 | DEPENDS += "sip sip-native python" | 10 | DEPENDS += "sip sip-native python" |
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} += "python-core python-sip" | 12 | RDEPENDS_${PN} += "python-core python-sip" |
| 13 | |||
| 14 | PNBLACKLIST[python-pyqt5] = "Sip fails in do_configure sip: QOpenGLFramebufferObject is undefined" | ||
