2012-03-15 09:51:27 +01:00
|
|
|
config BR2_PACKAGE_PROTOBUF
|
|
|
|
bool "protobuf"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-10-10 09:23:18 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2012-03-15 09:51:27 +01:00
|
|
|
help
|
|
|
|
Protocol buffers are Google's language-neutral, platform-neutral,
|
|
|
|
extensible mechanism for serializing structured data.
|
|
|
|
|
|
|
|
http://code.google.com/p/protobuf/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "protobuf needs a toolchain w/ C++, threads"
|
2013-10-10 09:23:18 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|