aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-02-19 19:18:49 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2020-02-19 19:59:08 +0100
commitb2a958a4cda20b03c8debc89963fbef469ef5574 (patch)
tree73e24809045b80273846284ef37e4c8fc5da440f /recipes-python/pyqt5/python-pyqt5_5.13.2.bb
parentabb423512d10d7554e0d62b3a593ce5e436f2756 (diff)
python-pyqt5: disable whole PyQt_OpenGL and QtWidgets, QtQuickWidgets, QtQuick modules without opengl in DISTRO_FEATURES
* fixes: sip: QOpenGLFramebufferObject is undefined in default nodistro setup without opengl in DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-python/pyqt5/python-pyqt5_5.13.2.bb')
-rw-r--r--recipes-python/pyqt5/python-pyqt5_5.13.2.bb2
1 files changed, 0 insertions, 2 deletions
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() {
DEPENDS += "sip sip-native python"
RDEPENDS_${PN} += "python-core python-sip"
-
-PNBLACKLIST[python-pyqt5] = "Sip fails in do_configure sip: QOpenGLFramebufferObject is undefined"