package/nodejs: security bump for 0.10.x to version 0.10.42
[buildroot-gz.git] / package / protobuf-c / Config.in
blob28555502f95bc839a2f04dce72cac79d102ba9a0
1 config BR2_PACKAGE_PROTOBUF_C
2         bool "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"
7         help
8           Code generator and runtime libraries to use Protocol Buffers
9           from pure C (not C++).
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"