diff options
Diffstat (limited to 'package/libebml/Config.in')
-rw-r--r-- | package/libebml/Config.in | 5 |
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 |