1*4882a593Smuzhiyunconfig BR2_PACKAGE_PROTOBUF_C 2*4882a593Smuzhiyun bool "protobuf-c" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun # host-protobuf only builds on certain architectures 6*4882a593Smuzhiyun depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun Code generator and runtime libraries to use Protocol Buffers 9*4882a593Smuzhiyun from pure C (not C++). 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/protobuf-c/protobuf-c 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "protobuf-c needs a toolchain w/ C++, threads" 14*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 15*4882a593Smuzhiyun depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" 16