23e5b60fde
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
352 B
Plaintext
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
|