Baruch Siach
2017-01-19 14:50:47 +02:00
committed by Peter Korsgaard
parent 8480c52839
commit 7c60211ce3
5 changed files with 15 additions and 10 deletions

View File

@@ -1,10 +1,11 @@
config BR2_PACKAGE_TSLIB
bool "tslib"
depends on !BR2_STATIC_LIBS # dlopen
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
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
comment "tslib needs a toolchain w/ dynamic library, headers >= 3.12"
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12