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:
Andreas Müller
2016-04-21 22:10:07 +02:00
parent 2595c973f6
commit b0216b6720

View File

@@ -77,4 +77,5 @@ FILES_${PN}-dbg += " \
RDEPENDS_${PN} += " \
qtgraphicaleffects \
qtquickcontrols-qmlplugins \
"