board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libmatroska / Config.in
blob5815a46c599a874e2b589b4239cf3b88c124fae1
1 config BR2_PACKAGE_LIBMATROSKA
2         bool "libmatroska"
3         select BR2_PACKAGE_LIBEBML
4         depends on BR2_INSTALL_LIBSTDCPP
5         depends on BR2_USE_WCHAR
6         help
7           Extensible open standard audio/video container format access
8           library.
10           http://matroska.org
12 comment "libmatroska needs a toolchain w/ C++, wchar"
13         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR