summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5virtualkeyboard/Config.in
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@savoirfairelinux.com>2017-04-01 18:36:51 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 00:36:01 +0200
commit3529ee59d1954da17b6b74b51d400317c774225a (patch)
tree55f83a96ee54a73efbb010d28fa6b62c6f22d638 /package/qt5/qt5virtualkeyboard/Config.in
parente42a827ea1511ff11b91f9957603ab7a01f24c61 (diff)
downloadbuildroot-3529ee59d1954da17b6b74b51d400317c774225a.tar.gz
buildroot-3529ee59d1954da17b6b74b51d400317c774225a.zip
qt5virtualkeyboard: new package
This patch adds the Qt virtualkeyboard package. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Reviewed-by: Peter Seiderer <ps.report@gmx.net> [Thomas: - use SDPX license codes - add entry to DEVELOPERS file - drop BR2_PACKAGE_QT5BASE_LICENSE_APPROVED logic, since we removed this option - select BR2_PACKAGE_QT5DECLARATIVE and BR2_PACKAGE_QT5DECLARATIVE_QUICK instead of using a "depends on" and propagate the appropriate dependencies] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5virtualkeyboard/Config.in')
-rw-r--r--package/qt5/qt5virtualkeyboard/Config.in58
1 files changed, 58 insertions, 0 deletions
diff --git a/package/qt5/qt5virtualkeyboard/Config.in b/package/qt5/qt5virtualkeyboard/Config.in
new file mode 100644
index 0000000000..a68581544d
--- /dev/null
+++ b/package/qt5/qt5virtualkeyboard/Config.in
@@ -0,0 +1,58 @@
+comment "qt5virtualkeyboard needs at least qt-5.7 and an OpenGL backend"
+ depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
+ depends on !BR2_PACKAGE_QT5_VERSION_LATEST || !BR2_PACKAGE_QT5_GL_AVAILABLE
+
+config BR2_PACKAGE_QT5VIRTUALKEYBOARD
+ bool "qt5virtualkeyboard"
+ # needs at least Qt 5.7
+ depends on BR2_PACKAGE_QT5_VERSION_LATEST
+ depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
+ depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative quick
+ select BR2_PACKAGE_QT5DECLARATIVE
+ select BR2_PACKAGE_QT5DECLARATIVE_QUICK
+ select BR2_PACKAGE_QT5SVG
+ help
+ Qt Virtual Keyboard is a virtual keyboard framework that
+ consists of a C++ backend supporting custom input methods as
+ well as a UI frontend implemented in QML.
+
+if BR2_PACKAGE_QT5VIRTUALKEYBOARD
+
+config BR2_PACKAGE_QT5VIRTUALKEYBOARD_LANGUAGE_LAYOUTS
+ string "language layouts"
+ default "en_GB"
+ help
+ The Virtual Keyboard supports the following languages:
+ - Arabic (ar_AR)
+ - Danish (da_DK)
+ - English (en_GB)
+ - Finnish (fi_FI)
+ - French (fr_FR)
+ - German (de_DE)
+ - Hindi (hi_IN)
+ - Italian (it_IT)
+ - Japanese (ja_JP)
+ - Korean (ko_KR)
+ - Norwegian (nb_NO)
+ - Persian/Farsi (fa_FA)
+ - Polish (pl_PL)
+ - Portugese (pt_PT)
+ - Romanian (ro_RO)
+ - Russian (ru_RU)
+ - Simplified Chinese (zh_CN)
+ - Traditional Chinese (zh_TW)
+ - Spanish (es_ES)
+ - Swedish (sv_SE)
+
+ Note: the special value "all" can be used to install support
+ for all supported languages.
+
+config BR2_PACKAGE_QT5VIRTUALKEYBOARD_HANDWRITING
+ bool "handwriting"
+ help
+ Handwriting support, with gestures for fullscreen input.
+
+ Lipi Toolkit (LipiTk) is an open source toolkit for online
+ Handwriting Recognition.
+
+endif
OpenPOWER on IntegriCloud