python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / libebml / Config.in
bloba00b89435834a866db0d7fa80b6052295b5e8144
1 config BR2_PACKAGE_LIBEBML
2         bool "libebml"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_WCHAR
5         help
6           Access library for the EBML (Extensible Binary Meta
7           Language, a binary derivative of XML) format.
9           http://matroska.org
11 comment "libebml needs a toolchain w/ C++, wchar"
12         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR