Loading package/libcec/Config.in +4 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBCEC bool "libcec" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_WCHAR help libcec allows you in combination with the right hardware to control your home theater devices with your TV remote Loading @@ -9,5 +10,6 @@ config BR2_PACKAGE_LIBCEC http://libcec.pulse-eight.com comment "libcec requires C++ and threading support in toolchain" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS comment "libcec requires C++, WCHAR and threading support in toolchain" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_USE_WCHAR Loading
package/libcec/Config.in +4 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBCEC bool "libcec" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_WCHAR help libcec allows you in combination with the right hardware to control your home theater devices with your TV remote Loading @@ -9,5 +10,6 @@ config BR2_PACKAGE_LIBCEC http://libcec.pulse-eight.com comment "libcec requires C++ and threading support in toolchain" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS comment "libcec requires C++, WCHAR and threading support in toolchain" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_USE_WCHAR