summaryrefslogtreecommitdiffstats
path: root/package/tslib
diff options
context:
space:
mode:
Diffstat (limited to 'package/tslib')
-rw-r--r--package/tslib/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tslib/Config.in b/package/tslib/Config.in
index ee70807241..050588e834 100644
--- a/package/tslib/Config.in
+++ b/package/tslib/Config.in
@@ -1,10 +1,10 @@
config BR2_PACKAGE_TSLIB
bool "tslib"
- depends on !BR2_PREFER_STATIC_LIB # dlopen
+ 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_PREFER_STATIC_LIB
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud