kumquat-buildroot/package/cutekeyboard/Config.in
Angelo Compagnucci 0aaeae26f6 package/cutekeyboard: new package
CuteKeyboard is a Qt virtual keyboard plugin for embedded applications

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Acked-by: Andrea Ricchi <andrea.ricchi@amarulasolutions.com>
[Arnout:
 - add DEVELOPERS entry;
 - fixed the title in the .mk file;
 - use select instead of depends on;
 - with the above, add depends on QT5 and QT5_JSCORE.
]
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2023-10-15 20:33:41 +02:00

22 lines
535 B
Plaintext

config BR2_PACKAGE_CUTEKEYBOARD
bool "cutekeyboard"
depends on BR2_PACKAGE_QT5
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
select BR2_PACKAGE_QT5QUICKCONTROLS2
help
CuteKeyboard is a Qt virtual keyboard plugin for
embedded applications.
https://amarula.github.io/cutekeyboard/
if BR2_PACKAGE_CUTEKEYBOARD
config BR2_PACKAGE_CUTEKEYBOARD_EXAMPLES
bool "cutekeyboard examples"
help
Compile also application example
endif