From 0041317e6115e0c662be713a7c43a7a1fb926a5a Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Wed, 14 Dec 2016 17:39:22 +0900 Subject: [PATCH] add qtvirtualkeyboard to the image Change-Id: I6f72f50d152902430b84a6e1a582ccab98e95b11 Signed-off-by: Tasuku Suzuki --- recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 2 +- recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb index 105ea1d99..cdb0d58b8 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 c953a326c..8eef9ceae 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 \ -- 2.16.6