diff options
Diffstat (limited to 'package/lcdapi/Config.in')
-rw-r--r-- | package/lcdapi/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lcdapi/Config.in b/package/lcdapi/Config.in new file mode 100644 index 000000000..5c997d1e4 --- /dev/null +++ b/package/lcdapi/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LCDAPI + bool "lcdapi" + depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_TOOLCHAIN_HAS_THREADS + help + C++ client API for lcdproc, containing a set of widget classes. + + https://github.com/spdawson/lcdapi + +comment "lcdapi requires a toolchain with C++ and thread support enabled" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS |