kumquat-buildroot/package/tslib/Config.in

11 lines
265 B
Plaintext
Raw Normal View History

2007-08-12 13:34:03 +02:00
config BR2_PACKAGE_TSLIB
bool "tslib"
depends on !BR2_STATIC_LIBS # dlopen
2007-08-12 13:34:03 +02:00
help
Tslib is an abstraction layer for touchscreen panel events.
2007-08-12 13:34:03 +02:00
https://github.com/kergoth/tslib
comment "tslib needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS