mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-08 15:14:49 +02:00
qtwebengine: Add missing runtime dependencies for examples
The qtdeclarative-qmlplugins and qtquickcontrols-qmlplugins are required for the examples to run. Add them as rdepends. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
@@ -59,4 +59,9 @@ PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
||||
|
||||
# for /usr/share/qt5/qtwebengine_resources.pak
|
||||
FILES_${PN} += "${OE_QMAKE_PATH_QT_TRANSLATIONS} ${OE_QMAKE_PATH_QT_DATA}"
|
||||
RDEPENDS_${PN}-examples += "${PN}-qmlplugins"
|
||||
|
||||
RDEPENDS_${PN}-examples += " \
|
||||
${PN}-qmlplugins \
|
||||
qtquickcontrols-qmlplugins \
|
||||
qtdeclarative-qmlplugins \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user