2007-08-12 13:34:03 +02:00
|
|
|
config BR2_PACKAGE_TSLIB
|
2013-04-11 16:07:34 +02:00
|
|
|
bool "tslib"
|
2013-10-18 08:44:43 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB # 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
|
|
|
|
2013-09-19 20:39:56 +02:00
|
|
|
http://tslib.berlios.de/
|
2013-10-18 08:44:43 +02:00
|
|
|
|
|
|
|
comment "tslib needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_PREFER_STATIC_LIB
|