summaryrefslogtreecommitdiffstats
path: root/package/protobuf-c/Config.in
blob: 9aff6e2895b55f725695143ab095ba5651c29998 (plain)
1
2
3
4
5
6
7
8
9
10
11
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