From 23e5b60fdef5548fa7e5a4285ad22d08a32e8d3a Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 11 Apr 2013 04:41:35 +0000 Subject: protobuf-c: new package Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/protobuf-c/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/protobuf-c/Config.in (limited to 'package/protobuf-c/Config.in') diff --git a/package/protobuf-c/Config.in b/package/protobuf-c/Config.in new file mode 100644 index 000000000..9aff6e289 --- /dev/null +++ b/package/protobuf-c/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_PROTOBUF_C + bool "protobuf-c" + depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_PROTOBUF + help + Code generator and runtime libraries to use Protocol Buffers + from pure C (not C++). + + http://code.google.com/p/protobuf-c/ + +comment "protobuf-c requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3