summaryrefslogtreecommitdiffstats
path: root/package/libebml/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-11-27 16:05:52 -0800
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-27 16:06:05 -0800
commitd19be01683b6f79427beb4edfa8ae5a711fc81ef (patch)
tree8b3470a10b467fee442b331db1cf3090f60e3877 /package/libebml/Config.in
parentd0a13821d7f6ceb34061014b9899eb81c3988ccf (diff)
downloadbuildroot-novena-d19be01683b6f79427beb4edfa8ae5a711fc81ef.tar.gz
buildroot-novena-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.in11
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