summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordan Markuš <gordan.markus@pelagicore.com>2017-02-22 09:40:05 +0100
committerGordan Markus <gordan.markus@pelagicore.com>2017-02-22 11:48:54 +0000
commit74b3f15cf43396fce210abbfa9146198e7af36d1 (patch)
tree1575c8fbc4362276a93f26cb85460125d66d92e4
parent2496572ef54e13d9164477cb69109cc04c45f3e1 (diff)
downloadmeta-boot2qt-74b3f15cf43396fce210abbfa9146198e7af36d1.tar.gz
neptune-ui: add runtime dependencies
Neptune-ui depends on qtquickcontrols-qmlplugins and qtgraphicaleffects-qmlplugins Change-Id: Ie78228e42795bed9ccbfc631f1b9ea8189b9fb0e Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
-rw-r--r--recipes-qt/automotive/neptune-ui_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb
index d4ef8e4..7397c11 100644
--- a/recipes-qt/automotive/neptune-ui_git.bb
+++ b/recipes-qt/automotive/neptune-ui_git.bb
@@ -46,6 +46,7 @@ SRCREV = "fd18dcbb9f53eb3948da890704530007327c476f"
46 46
47DEPENDS = "qtbase qtdeclarative" 47DEPENDS = "qtbase qtdeclarative"
48RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \ 48RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \
49 qtquickcontrols-qmlplugins qtgraphicaleffects-qmlplugins \
49 ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" 50 ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}"
50 51
51do_configure_prepend() { 52do_configure_prepend() {