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>
19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
menu "Mouse drivers"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_PC
|
|
bool "pc"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_LINUXTP
|
|
bool "linuxtp"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
|
|
bool "linux input"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_TSLIB
|
|
bool "tslib"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_QVFB
|
|
bool "qvfb"
|
|
|
|
endmenu
|