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

menuconfig PROTOBUF
	tristate
	select LIBC_M
	select LIBC_PTHREAD
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select HOST_PROTOBUF
	select ZLIB		if PROTOBUF_ZLIB
	prompt "protobuf                      "
	help
	  Protocol Buffers are a way of encoding structured data in an
	  efficient yet extensible format.

if PROTOBUF

config PROTOBUF_ZLIB
	bool
	prompt "support zlib compressed streaming"

endif