Bump buildroot to 2019.02
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
comment "qt5virtualkeyboard needs at least qt-5.7 and an OpenGL backend"
|
||||
comment "qt5virtualkeyboard needs an OpenGL-capable backend"
|
||||
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
||||
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE && !BR2_PACKAGE_QT5_VERSION_LATEST
|
||||
depends on !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 || BR2_PACKAGE_QT5_VERSION_LATEST # qt5declarative/quick
|
||||
select BR2_PACKAGE_QT5DECLARATIVE
|
||||
@@ -55,4 +53,10 @@ config BR2_PACKAGE_QT5VIRTUALKEYBOARD_HANDWRITING
|
||||
Lipi Toolkit (LipiTk) is an open source toolkit for online
|
||||
Handwriting Recognition.
|
||||
|
||||
config BR2_PACKAGE_QT5VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION
|
||||
bool "Arrow key navigation"
|
||||
help
|
||||
Allows controlling the keyboard using the arrow and return
|
||||
keys.
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user