summaryrefslogtreecommitdiff
path: root/package/libcec
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-09-03 10:51:35 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-03 16:39:29 +0200
commit3d2001f2871a85891e216fbc9ad894f5c671c1c1 (patch)
tree92fa8339687a2b340f5b30382261ee5a9e6e001d /package/libcec
parentc19bf136bdfcf943f2443c45e4452fba060d19d8 (diff)
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>
Diffstat (limited to 'package/libcec')
-rw-r--r--package/libcec/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/libcec/Config.in b/package/libcec/Config.in
index 7a6795214..256c6d69b 100644
--- a/package/libcec/Config.in
+++ b/package/libcec/Config.in
@@ -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
@@ -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