luaposix: bump to version 31
[buildroot-gz.git] / package / libcec / Config.in
blob256c6d69b983f830a314dfd2ae6148e2edada3b4
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         help
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 || \
15                 !BR2_USE_WCHAR