1 config BR2_PACKAGE_TSLIB
3 depends on !BR2_STATIC_LIBS # dlopen
4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
6 Tslib is an abstraction layer for touchscreen panel events.
8 https://github.com/kergoth/tslib
10 comment "tslib needs a toolchain w/ dynamic library, headers >= 3.12"
11 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12