summaryrefslogtreecommitdiffstats
path: root/rules/grpc.in
blob: d3ae4efaff2a52542962027db20c28a3aa6c8345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=system_libraries

config GRPC
	tristate
	select HOST_CMAKE
	select HOST_GRPC
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select LIBC_DL
	select LIBC_M
	select LIBC_PTHREAD
	select LIBC_RT
	select C_ARES
	select OPENSSL
	select PROTOBUF
	select ZLIB
	prompt "grpc                          "
	help
	  gRPC is a modern, open source, high-performance remote procedure
	  call (RPC) framework.