Skip to content
Snippets Groups Projects
Commit 606cd176 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

VKB: update to latest revision and enable all layouts


VKB now supports including all keyboard layouts.

Change-Id: Ib77a41c210b6b26b742ea0f3e3b78265bc435d77
Reviewed-by: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
parent 789fc74e
No related branches found
No related tags found
No related merge requests found
...@@ -30,14 +30,14 @@ SRC_URI = " \ ...@@ -30,14 +30,14 @@ SRC_URI = " \
git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/2.0/Src \ git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/2.0/Src \
" "
SRCREV = "296f52c04968a06200f256dfaf58c563bf193f10" SRCREV = "c34a3ef3c5283df834577577bb0becd48470aa55"
BRANCH = "master" BRANCH = "master"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS = "qtbase qtdeclarative qtsvg hunspell" DEPENDS = "qtbase qtdeclarative qtsvg hunspell"
EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=pinyin CONFIG+=hangul CONFIG+=openwnn CONFIG+=tcime" EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=lang-all"
PACKAGES += "${PN}-dictionaries" PACKAGES += "${PN}-dictionaries"
RRECOMMENDS_${PN} += "${PN}-dictionaries" RRECOMMENDS_${PN} += "${PN}-dictionaries"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment