The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lcdapi / Config.in
1 config BR2_PACKAGE_LCDAPI
2         bool "lcdapi"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           C++ client API for lcdproc, containing a set of widget classes.
7
8           https://github.com/spdawson/lcdapi
9
10 comment "lcdapi needs a toolchain w/ C++, threads"
11         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS