2013-05-08 20:55:27 +02:00
|
|
|
config BR2_PACKAGE_LIBCEC
|
|
|
|
bool "libcec"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-08-12 19:08:33 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-09-03 15:51:35 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2014-02-22 23:10:56 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-05-08 20:55:27 +02:00
|
|
|
help
|
|
|
|
libcec allows you in combination with the right hardware to
|
|
|
|
control your home theater devices with your TV remote
|
|
|
|
control utilizing existing HDMI cabling.
|
|
|
|
|
|
|
|
http://libcec.pulse-eight.com
|
|
|
|
|
2014-02-22 23:10:56 +01:00
|
|
|
comment "libcec needs a toolchain w/ C++, wchar, threads, dynamic library"
|
2013-09-03 15:51:35 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
2014-02-22 23:10:56 +01:00
|
|
|
!BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
|