summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-12-14 17:39:22 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-14 13:05:53 +0000
commit0041317e6115e0c662be713a7c43a7a1fb926a5a (patch)
treec18c09527061036d4ebf6dd64fd7711f84fa62f1
parent690bc6fc8f3f07bf2e5a2c1503c0ca2362a443e5 (diff)
add qtvirtualkeyboard to the image
Change-Id: I6f72f50d152902430b84a6e1a582ccab98e95b11 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
-rw-r--r--recipes-demo-hmi/CES2017-demo/CES2017-demo.bb2
-rw-r--r--recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb
index 105ea1d9..cdb0d58b 100644
--- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb
+++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb
@@ -8,7 +8,7 @@ S = "${WORKDIR}/git/"
PN = "ces2017-demo"
inherit qmake5
-DEPENDS = " qtbase qtdeclarative qtquickcontrols2 qtmultimedia homescreen zip-native"
+DEPENDS = " qtbase qtdeclarative qtquickcontrols2 qtvirtualkeyboard qtmultimedia homescreen zip-native"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb
index c953a326..8eef9cea 100644
--- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb
+++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb
@@ -25,6 +25,7 @@ RDEPENDS_${PN} += "\
qtwayland-plugins \
qtwayland-tools \
qtgraphicaleffects-qmlplugins \
+ qtvirtualkeyboard \
"
RDEPENDS_${PN}_checkforkrogoth += "\
qtwayland-examples \