diff options
Diffstat (limited to 'package/protobuf/Config.in')
-rw-r--r-- | package/protobuf/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in new file mode 100644 index 000000000..b044ef03c --- /dev/null +++ b/package/protobuf/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_PROTOBUF + bool "protobuf" + depends on BR2_INSTALL_LIBSTDCPP + help + Protocol buffers are Google's language-neutral, platform-neutral, + extensible mechanism for serializing structured data. + + http://code.google.com/p/protobuf/ + +comment "protobuf requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |