diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-12-10 09:42:10 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-12-11 08:35:31 +0000 |
commit | 606cd176e3b5f532f83c4397fadc6535f79d53e8 (patch) | |
tree | 70d43441e59f2cc571c9bdbb0a5bf56b4b2c0cb0 /recipes-qt/qt5-addons | |
parent | 789fc74ee17bf672dc41618a71ad89679c8b3a19 (diff) | |
download | meta-boot2qt-606cd176e3b5f532f83c4397fadc6535f79d53e8.tar.gz |
VKB: update to latest revision and enable all layouts
VKB now supports including all keyboard layouts.
Change-Id: Ib77a41c210b6b26b742ea0f3e3b78265bc435d77
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5-addons')
-rw-r--r-- | recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb b/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb index 019d29a..ff2246f 100644 --- a/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb +++ b/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb | |||
@@ -30,14 +30,14 @@ SRC_URI = " \ | |||
30 | git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/2.0/Src \ | 30 | git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/2.0/Src \ |
31 | " | 31 | " |
32 | 32 | ||
33 | SRCREV = "296f52c04968a06200f256dfaf58c563bf193f10" | 33 | SRCREV = "c34a3ef3c5283df834577577bb0becd48470aa55" |
34 | BRANCH = "master" | 34 | BRANCH = "master" |
35 | 35 | ||
36 | S = "${WORKDIR}/git" | 36 | S = "${WORKDIR}/git" |
37 | 37 | ||
38 | DEPENDS = "qtbase qtdeclarative qtsvg hunspell" | 38 | DEPENDS = "qtbase qtdeclarative qtsvg hunspell" |
39 | 39 | ||
40 | EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=pinyin CONFIG+=hangul CONFIG+=openwnn CONFIG+=tcime" | 40 | EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=lang-all" |
41 | 41 | ||
42 | PACKAGES += "${PN}-dictionaries" | 42 | PACKAGES += "${PN}-dictionaries" |
43 | RRECOMMENDS_${PN} += "${PN}-dictionaries" | 43 | RRECOMMENDS_${PN} += "${PN}-dictionaries" |