summaryrefslogtreecommitdiffstats
path: root/rules/protobuf.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-24 11:39:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-24 11:39:31 +0200
commit345f4d4a5bcbee989d85acd2f867a3771b3f4219 (patch)
tree9ef03bc3cb5507dc8e22c7c525fc4e9633cbe940 /rules/protobuf.in
parent990dc84044174b9336f384c634ac5cf962343dd2 (diff)
downloadptxdist-345f4d4a5bcbee989d85acd2f867a3771b3f4219.tar.gz
ptxdist-345f4d4a5bcbee989d85acd2f867a3771b3f4219.tar.xz
protobuf: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/protobuf.in')
-rw-r--r--rules/protobuf.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/rules/protobuf.in b/rules/protobuf.in
new file mode 100644
index 000000000..c83e806ed
--- /dev/null
+++ b/rules/protobuf.in
@@ -0,0 +1,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