Config.in 433 B

123456789101112
  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. Protocol buffers are Google's language-neutral, platform-neutral,
  9. extensible mechanism for serializing structured data.
  10. http://code.google.com/p/protobuf/