From d19be01683b6f79427beb4edfa8ae5a711fc81ef Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 27 Nov 2012 16:05:52 -0800 Subject: package: add libebml package Signed-off-by: Peter Korsgaard --- package/libebml/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libebml/Config.in (limited to 'package/libebml/Config.in') 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 -- cgit v1.2.1