summaryrefslogtreecommitdiff
path: root/package/protobuf/Config.in
blob: 92e85baa01b803e380680392807ae6797ae005d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_PROTOBUF
	bool "protobuf"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS
	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++ and thread support"
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS