summaryrefslogtreecommitdiffstats
path: root/package/libebml
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-29 16:48:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-29 16:48:20 +0200
commitb38205c79ac56a6fc61e614ff52f7a8d43ca0ab2 (patch)
tree36a3439b6a868a948e8b2eea28413c60eeab0c8e /package/libebml
parent5f893d08181e348202e56307885c22f4e9c62ec4 (diff)
downloadbuildroot-b38205c79ac56a6fc61e614ff52f7a8d43ca0ab2.tar.gz
buildroot-b38205c79ac56a6fc61e614ff52f7a8d43ca0ab2.zip
libebml: needs wchar support
Fixes: http://autobuild.buildroot.org/results/83a/83af643e377f53feea044eb6fe1447f7ea502612/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libebml')
-rw-r--r--package/libebml/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libebml/Config.in b/package/libebml/Config.in
index b50a4921a4..a00b894358 100644
--- a/package/libebml/Config.in
+++ b/package/libebml/Config.in
@@ -1,11 +1,12 @@
config BR2_PACKAGE_LIBEBML
bool "libebml"
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_USE_WCHAR
help
Access library for the EBML (Extensible Binary Meta
Language, a binary derivative of XML) format.
http://matroska.org
-comment "libebml needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "libebml needs a toolchain w/ C++, wchar"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
OpenPOWER on IntegriCloud