6649dfc094026e8bbc868c113ce2ee78073bae2b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-protobuf / Config.in
1 config BR2_PACKAGE_PYTHON_PROTOBUF
2         bool "python-protobuf"
3         depends on BR2_PACKAGE_PYTHON
4         # host-protobuf only builds on certain architectures
5         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
6         help
7           Python implementation of the Google Protocol Buffers.
8
9           Protocol buffers are Google's language-neutral, platform-neutral,
10           extensible mechanism for serializing structured data.
11
12           http://code.google.com/p/protobuf/