Skip to content

Commit ab6f395

Browse files
committed
python-pyqt5: Remove QtQuick and QtQuickWidgets modules
When trying to compile QtQuick or QtQuickWidgets sip, the following error appears: | Generating the .pro file for the QtQml module... | Generating the C++ source for the QtQuick module... ... | sip: QOpenGLFramebufferObject is undefined | WARNING: exit code 1 from a shell command. This happens because we compile qt5 with -no-opengl flag while QtQuick has a dependency of PyQt_OpenGL. For now, we can just remove these two modules since we don't use them. Signed-off-by: Codrin Ciubotariu <[email protected]>
1 parent 4bff1ee commit ab6f395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dynamic-layers/qt5-layer/recipes-python/pyqt5/python-pyqt5_%.bbappend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
REQUIRED_DISTRO_FEATURES_remove = "x11"
33

44
DISABLED_FEATURES_append += "PyQt_OpenGL"
5+
PYQT_MODULES_remove += "QtQuick QtQuickWidgets"

0 commit comments

Comments
 (0)