2
1

Config.in 351 B

1234567891011
  1. config BR2_PACKAGE_PROTOBUF
  2. bool "protobuf"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. help
  5. Protocol buffers are Google's language-neutral, platform-neutral,
  6. extensible mechanism for serializing structured data.
  7. http://code.google.com/p/protobuf/
  8. comment "protobuf requires a toolchain with C++ support enabled"
  9. depends on !BR2_INSTALL_LIBSTDCPP