1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBCEC 2*4882a593Smuzhiyun bool "libcec" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun depends on BR2_USE_WCHAR 6*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 7*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBPLATFORM 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun libcec allows you in combination with the right hardware to 11*4882a593Smuzhiyun control your home theater devices with your TV remote 12*4882a593Smuzhiyun control utilizing existing HDMI cabling. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun http://libcec.pulse-eight.com 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "libcec needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.7" 17*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ 18*4882a593Smuzhiyun !BR2_USE_WCHAR || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \ 19*4882a593Smuzhiyun BR2_STATIC_LIBS 20