blob: 050588e834d4c2c444249557095c2934d50363fa (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_TSLIB
bool "tslib"
depends on !BR2_STATIC_LIBS # 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_STATIC_LIBS
|