summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-02-07 20:02:59 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-13 10:16:12 -0200
commit6eeeeb2025ec40b73b4de02289eb78c01c2a2757 (patch)
treecf590eea05c7435d578f79c4f05cba73aa15fac2 /recipes-qt/qt5/qtwebengine.inc
parent61eb1c40d3e517423ce9b8076df0af1466c6032b (diff)
downloadmeta-qt5-6eeeeb2025ec40b73b4de02289eb78c01c2a2757.tar.gz
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>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine.inc')
-rw-r--r--recipes-qt/qt5/qtwebengine.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc
index f6b1304b..46060c08 100644
--- a/recipes-qt/qt5/qtwebengine.inc
+++ b/recipes-qt/qt5/qtwebengine.inc
@@ -59,4 +59,9 @@ PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
59 59
60# for /usr/share/qt5/qtwebengine_resources.pak 60# for /usr/share/qt5/qtwebengine_resources.pak
61FILES_${PN} += "${OE_QMAKE_PATH_QT_TRANSLATIONS} ${OE_QMAKE_PATH_QT_DATA}" 61FILES_${PN} += "${OE_QMAKE_PATH_QT_TRANSLATIONS} ${OE_QMAKE_PATH_QT_DATA}"
62RDEPENDS_${PN}-examples += "${PN}-qmlplugins" 62
63RDEPENDS_${PN}-examples += " \
64 ${PN}-qmlplugins \
65 qtquickcontrols-qmlplugins \
66 qtdeclarative-qmlplugins \
67"