diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2016-12-14 17:39:22 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-14 13:05:53 +0000 |
commit | 0041317e6115e0c662be713a7c43a7a1fb926a5a (patch) | |
tree | c18c09527061036d4ebf6dd64fd7711f84fa62f1 /recipes-qt | |
parent | 690bc6fc8f3f07bf2e5a2c1503c0ca2362a443e5 (diff) |
add qtvirtualkeyboard to the image
Change-Id: I6f72f50d152902430b84a6e1a582ccab98e95b11
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |