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