libcec: needs wchar

Fixes:
http://autobuild.buildroot.net/results/dae/dae6ec4f75b2aeb793b88567f48d94b07a6a59da/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-09-03 10:51:35 -03:00 committed by Peter Korsgaard
parent c19bf136bd
commit 3d2001f287

View File

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