diff options
Diffstat (limited to 'package/tslib')
-rw-r--r-- | package/tslib/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/tslib/Config.in b/package/tslib/Config.in index 95ee897da3..ef03f905d7 100644 --- a/package/tslib/Config.in +++ b/package/tslib/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_TSLIB bool "tslib" + depends on !BR2_PREFER_STATIC_LIB # dlopen help Tslib is an abstraction layer for touchscreen panel events. http://tslib.berlios.de/ + +comment "tslib needs a toolchain w/ dynamic library" + depends on BR2_PREFER_STATIC_LIB |