kumquat-buildroot/package/libcec/Config.in
Spenser Gilliland 50695daad6 libcec: add libcec for HDMI device Control
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>
2013-07-29 21:30:40 +02:00

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