1 config BR2_PACKAGE_LIBCEC
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_USE_WCHAR
7 libcec allows you in combination with the right hardware to
8 control your home theater devices with your TV remote
9 control utilizing existing HDMI cabling.
11 http://libcec.pulse-eight.com
13 comment "libcec requires C++, WCHAR and threading support in toolchain"
14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \