| 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 needs a toolchain w/ C++, threads" |
| depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS |
| |
| |
| config BR2_PACKAGE_PROTOBUF_ONLY_LITE |
| bool "only install libprotobuf-lite" |
| depends on BR2_PACKAGE_PROTOBUF |
| help |
| Do not install protoc or the full libproto on the target, |
| only install the libprotobuf-lite runtime library. |
| |
| config BR2_PACKAGE_PROTOBUF_VERSION_VALUE |
| string "Protobuf library version" |
| default "3.0.0-beta-2" |