plasma-desktop: add qtquickcontrols-qmlplugins to RDEPENDS
We see an empty panel and ${HOME}/.xsession-errors reports
| QCoreApplication::postEvent: Unexpected null receiver
| "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml"
| "Error loading QML file.\n20: module \"QtQuick.Layouts\" is not installed\n"
| QQmlComponent: Component is not ready
| "file:///usr/share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxRoot.qml"
| "Error loading QML file.\n93: Type ToolBoxItem unavailable\n22: module \"QtQuick.Layouts\" is not installed\n"
| QQmlComponent: Component is not ready
| QCoreApplication::postEvent: Unexpected null receiver
| "file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml"
| "Error loading QML file.\n20: module \"QtQuick.Layouts\" is not installed\n"
| Could not set containment property on rootObject
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -77,4 +77,5 @@ FILES_${PN}-dbg += " \
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
qtgraphicaleffects \
|
||||
qtquickcontrols-qmlplugins \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user