mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
9e25d8a181
And select/install jquery-ui since it's almost mandatory. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
config BR2_PACKAGE_JQUERY_KEYBOARD
|
|
bool "jQuery keyboard"
|
|
select BR2_PACKAGE_JQUERY
|
|
select BR2_PACKAGE_JQUERY_UI
|
|
help
|
|
Virtual Keyboard using jQuery UI
|
|
|
|
https://github.com/Mottie/Keyboard
|