7794d5f949
This reverts commit 7c60211ce3
.
tslib-1.4 removes this dependency.
Add upstream patch that fixes input macros declaration for older kernels.
The ts_uinput tool requires 3.6 headers; disable for older kernels.
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
[baruch: add tslib patch; disable ts_uinput]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
31 lines
579 B
Plaintext
31 lines
579 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"
|
|
select BR2_PACKAGE_TSLIB
|
|
depends on !BR2_STATIC_LIBS # tslib
|
|
|
|
comment "tslib support needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_QVFB
|
|
bool "qvfb"
|
|
|
|
comment "Mouse Options"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
|
|
bool "Hide the mouse cursor"
|
|
help
|
|
Do not show the mouse cursor in QWS.
|
|
|
|
endmenu
|