summaryrefslogtreecommitdiffstats
path: root/package/libmatroska/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libmatroska/Config.in')
-rw-r--r--package/libmatroska/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libmatroska/Config.in b/package/libmatroska/Config.in
index 81270dede4..5815a46c59 100644
--- a/package/libmatroska/Config.in
+++ b/package/libmatroska/Config.in
@@ -2,11 +2,12 @@ config BR2_PACKAGE_LIBMATROSKA
bool "libmatroska"
select BR2_PACKAGE_LIBEBML
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_USE_WCHAR
help
Extensible open standard audio/video container format access
library.
http://matroska.org
-comment "libmatroska needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "libmatroska needs a toolchain w/ C++, wchar"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
OpenPOWER on IntegriCloud