2007-08-12 13:34:03 +02:00
|
|
|
config BR2_PACKAGE_TSLIB
|
2013-04-11 16:07:34 +02:00
|
|
|
bool "tslib"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
2007-08-12 13:34:03 +02:00
|
|
|
help
|
2017-02-07 12:25:27 +01:00
|
|
|
Tslib is a filtering layer for touchscreen panel events.
|
2007-08-12 13:34:03 +02:00
|
|
|
|
2017-03-21 17:52:38 +01:00
|
|
|
http://tslib.org
|
2013-10-18 08:44:43 +02:00
|
|
|
|
2017-02-09 06:55:04 +01:00
|
|
|
comment "tslib needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|