50695daad6
This patch adds libcec for HDMI device control. It enables Raspberry Pi support if the rpi-userland package is installed. [Thomas: add C++ dependency, reformat .mk header.] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
config BR2_PACKAGE_LIBCEC
|
|
bool "libcec"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
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
|
|
|
|
comment "libcec requires C++ support in toolchain"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|