d5a3fa6867
qt 4.6.x has a number of new configure options, and needs a patch to work on uClibc. Signed-off-by: Frederik Vannoote <frederik.vannoote@barco.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
menu "Keyboard drivers"
|
|
|
|
config BR2_PACKAGE_QT_KEYBOARD_TTY
|
|
bool "tty"
|
|
|
|
config BR2_PACKAGE_QT_KEYBOARD_LINUXINPUT
|
|
bool "linux input"
|
|
|
|
config BR2_PACKAGE_QT_KEYBOARD_QVFB
|
|
bool "qvfb"
|
|
|
|
endmenu
|