blob: ee7080724178bc2c23abc488276c5bfb757374f1 (
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.
https://github.com/kergoth/tslib
comment "tslib needs a toolchain w/ dynamic library"
depends on BR2_PREFER_STATIC_LIB
|