06e97ae8f8
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com> [Thomas: instead of adding tslib.org, just replace the github address by the tslib.org one, which is the really upstream homepage.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
config BR2_PACKAGE_TSLIB
|
|
bool "tslib"
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
|
help
|
|
Tslib is a filtering layer for touchscreen panel events.
|
|
|
|
http://tslib.org
|
|
|
|
comment "tslib needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|