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 / libcec / Config.in
1 config BR2_PACKAGE_LIBCEC
2         bool "libcec"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_WCHAR
6         depends on !BR2_STATIC_LIBS
7         help
8           libcec allows you in combination with the right hardware to
9           control your home theater devices with your TV remote
10           control utilizing existing HDMI cabling.
11
12           http://libcec.pulse-eight.com
13
14 comment "libcec needs a toolchain w/ C++, wchar, threads, dynamic library"
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
16                 !BR2_USE_WCHAR || BR2_STATIC_LIBS