blob: ef03f905d75f2a36a0d8c6096510acd61ea02b93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_TSLIB
bool "tslib"
depends on !BR2_PREFER_STATIC_LIB # dlopen
help
Tslib is an abstraction layer for touchscreen panel events.
http://tslib.berlios.de/
comment "tslib needs a toolchain w/ dynamic library"
depends on BR2_PREFER_STATIC_LIB
|