diff options
Diffstat (limited to 'package/libebml/Config.in')
-rw-r--r-- | package/libebml/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libebml/Config.in b/package/libebml/Config.in new file mode 100644 index 000000000..ce855b232 --- /dev/null +++ b/package/libebml/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBEBML + bool "libebml" + depends on BR2_INSTALL_LIBSTDCPP + help + Access library for the EBML (Extensible Binary Meta + Language, a binary derivative of XML) format. + + http://matroska.org + +comment "libebml requires a toolchain with C++ support" + depends on !BR2_INSTALL_LIBSTDCPP |