xref: /OK3568_Linux_fs/buildroot/package/libebml/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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.
8
9	  http://matroska.org
10
11comment "libebml needs a toolchain w/ C++, wchar"
12	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
13