1 config BR2_PACKAGE_PROTOBUF_C
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 # host-protobuf only builds on certain architectures
6 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
8 Code generator and runtime libraries to use Protocol Buffers
11 http://code.google.com/p/protobuf-c/
13 comment "protobuf-c needs a toolchain w/ C++, threads"
14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
15 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"