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
|
2013-09-19 20:39:56 +02:00
|
|
|
Tslib is an abstraction layer for touchscreen panel events.
|
2007-08-12 13:34:03 +02:00
|
|
|
|
2014-06-16 15:50:32 +02:00
|
|
|
https://github.com/kergoth/tslib
|
2013-10-18 08:44:43 +02:00
|
|
|
|
|
|
|
comment "tslib needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|