diff options
Diffstat (limited to 'package/libcec/Config.in')
-rw-r--r-- | package/libcec/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libcec/Config.in b/package/libcec/Config.in new file mode 100644 index 0000000000..b1fa03b057 --- /dev/null +++ b/package/libcec/Config.in @@ -0,0 +1,12 @@ +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 |