buildrootschalter/package/protobuf-c/Config.in
Gustavo Zacarias 23e5b60fde protobuf-c: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-14 23:51:20 +02:00

13 lines
352 B
Plaintext

config BR2_PACKAGE_PROTOBUF_C
bool "protobuf-c"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_PROTOBUF
help
Code generator and runtime libraries to use Protocol Buffers
from pure C (not C++).
http://code.google.com/p/protobuf-c/
comment "protobuf-c requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP