diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-10-18 08:44:43 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-22 16:24:52 +0200 |
| commit | f826e851c870039189d1a4d2b8074a0aa9de01e6 (patch) | |
| tree | 678f5eec193ce272ffc1c12e6c72665a1b96fa94 /package/tslib | |
| parent | bfc505c079efbee6bea5a97fa79faa9fc716c6c9 (diff) | |
| download | buildroot-f826e851c870039189d1a4d2b8074a0aa9de01e6.tar.gz buildroot-f826e851c870039189d1a4d2b8074a0aa9de01e6.zip | |
tslib: needs dynamic library for dlopen
Fixes
http://autobuild.buildroot.net/results/1242cbea015e5a24a6621d1bd5569d2a1a819bb4/
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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 |

