1 config BR2_PACKAGE_LCDAPI
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
6 C++ client API for lcdproc, containing a set of widget classes.
8 https://github.com/spdawson/lcdapi
10 comment "lcdapi needs a toolchain w/ C++, threads"
11 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS