summaryrefslogtreecommitdiffstats
path: root/package/tslib/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/tslib/Config.in')
-rw-r--r--package/tslib/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/tslib/Config.in b/package/tslib/Config.in
index 366530143d..bc5d790188 100644
--- a/package/tslib/Config.in
+++ b/package/tslib/Config.in
@@ -1,11 +1,10 @@
config BR2_PACKAGE_TSLIB
bool "tslib"
depends on !BR2_STATIC_LIBS # dlopen
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
help
Tslib is a filtering layer for touchscreen panel events.
https://github.com/kergoth/tslib
-comment "tslib needs a toolchain w/ dynamic library, headers >= 3.12"
- depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
+comment "tslib needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud