Code

Disable the grpc plugin for now
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 17:37:14 +0000 (19:37 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 24 Sep 2016 11:22:46 +0000 (13:22 +0200)
It needs a newer version of protobuf-compiler (3.0.0 or newer).

debian/rules

index 7ec6ca56daba81f7c4d71980764a03bd6d978864..16153dde499979c48762df61728229aecaa86a1e 100755 (executable)
@@ -85,6 +85,9 @@ confflags += --disable-write_mongodb
 # xmms1 is required for the xmms plugin.
 confflags += --disable-xmms
 
+# protobuf-compiler >= 3.0.0 is required for the grpc plugin.
+confflags += --disable-grpc
+
 # These plugins are Linux-specific.
 ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
        confflags += \