2013-04-11 06:41:35 +02:00
|
|
|
config BR2_PACKAGE_PROTOBUF_C
|
|
|
|
bool "protobuf-c"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-10-10 09:23:18 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
|
2013-04-11 06:41:35 +02:00
|
|
|
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/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "protobuf-c needs a toolchain w/ C++, threads"
|
2013-10-10 09:23:18 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|