From f526c4d23c14920c1ce2a94fd50b245124d15d8e Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Thu, 15 Mar 2012 08:51:27 +0000 Subject: package: Add protobuf package Closes: #4886 [Peter: fix whitespace, C++ dep, optional zlib dep] Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- package/protobuf/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/protobuf/Config.in (limited to 'package/protobuf/Config.in') diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in new file mode 100644 index 000000000..b044ef03c --- /dev/null +++ b/package/protobuf/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_PROTOBUF + bool "protobuf" + depends on BR2_INSTALL_LIBSTDCPP + help + Protocol buffers are Google's language-neutral, platform-neutral, + extensible mechanism for serializing structured data. + + http://code.google.com/p/protobuf/ + +comment "protobuf requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3