diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-07 16:33:26 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-08 09:45:33 +0000 |
commit | a0ff1741c77f839e38370b3ecefcd9b287871039 (patch) | |
tree | fcda78177c2a90d945a2fc0220ab68616cc621ba /recipes-qt/automotive/neptune-ui_git.bb | |
parent | d5127b27ed206a51f8a7d4b7b02764c0a1c5d981 (diff) | |
download | meta-boot2qt-a0ff1741c77f839e38370b3ecefcd9b287871039.tar.gz |
neptune-ui: update to latest revision
Adds support for QtVirtualKeyboard
Change-Id: I61ae956f8f7b7c94bbaf271e3c5ec167c5e49a95
Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'recipes-qt/automotive/neptune-ui_git.bb')
-rw-r--r-- | recipes-qt/automotive/neptune-ui_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb index 895721f..94dca1f 100644 --- a/recipes-qt/automotive/neptune-ui_git.bb +++ b/recipes-qt/automotive/neptune-ui_git.bb | |||
@@ -31,13 +31,14 @@ SRC_URI = " \ | |||
31 | file://neptune.service \ | 31 | file://neptune.service \ |
32 | " | 32 | " |
33 | 33 | ||
34 | SRCREV = "3004865149e69aa29c364700dec2c460ebd083dc" | 34 | SRCREV = "b3f10d156349727310ec30b27d01e639cce4f570" |
35 | BRANCH = "master" | 35 | BRANCH = "master" |
36 | 36 | ||
37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
38 | 38 | ||
39 | DEPENDS = "qtbase qtdeclarative" | 39 | DEPENDS = "qtbase qtdeclarative" |
40 | RDEPENDS_${PN} = "qtapplicationmanager qtivi ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" | 40 | RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \ |
41 | ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" | ||
41 | 42 | ||
42 | do_configure_prepend() { | 43 | do_configure_prepend() { |
43 | echo "qml.path = /opt/neptune" >> ${S}/neptuneui.pro | 44 | echo "qml.path = /opt/neptune" >> ${S}/neptuneui.pro |