diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-27 16:05:52 -0800 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-27 16:06:05 -0800 |
commit | d19be01683b6f79427beb4edfa8ae5a711fc81ef (patch) | |
tree | 8b3470a10b467fee442b331db1cf3090f60e3877 /package/libebml/Config.in | |
parent | d0a13821d7f6ceb34061014b9899eb81c3988ccf (diff) | |
download | buildroot-d19be01683b6f79427beb4edfa8ae5a711fc81ef.tar.gz buildroot-d19be01683b6f79427beb4edfa8ae5a711fc81ef.zip |
package: add libebml package
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 0000000000..ce855b232c --- /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 |