dbus: bump to version 1.10.14
[buildroot-gz.git] / package / python-protobuf / Config.in
blob6649dfc094026e8bbc868c113ce2ee78073bae2b
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.
9           Protocol buffers are Google's language-neutral, platform-neutral,
10           extensible mechanism for serializing structured data.
12           http://code.google.com/p/protobuf/