board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / protobuf-c / Config.in
bloba32e6cd9e8956b12e38106f680bef20024d6864e
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           https://github.com/protobuf-c/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"