mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
bfc505c079
commit
f826e851c8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user