2012-10-26 08:32:48 +02:00
|
|
|
config BR2_PACKAGE_LCDAPI
|
|
|
|
bool "lcdapi"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
help
|
2017-07-31 15:53:49 +02:00
|
|
|
C++ client API for lcdproc, containing a set of widget
|
|
|
|
classes.
|
2012-10-26 08:32:48 +02:00
|
|
|
|
|
|
|
https://github.com/spdawson/lcdapi
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "lcdapi needs a toolchain w/ C++, threads"
|
2012-10-26 08:32:48 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|