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>
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
config BR2_PACKAGE_TSLIB
|
|
bool "tslib"
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
|
help
|
|
Tslib is a filtering layer for touchscreen panel events.
|
|
|
|
https://github.com/kergoth/tslib
|
|
|
|
comment "tslib needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|