[vlc-devel] [PATCH] contrib/protobuf: require at least 3.1.0
Sean McGovern
gseanmcg at gmail.com
Sun Oct 1 18:22:57 CEST 2017
---
contrib/src/protobuf/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/protobuf/rules.mak b/contrib/src/protobuf/rules.mak
index d8d9580..ad44487 100644
--- a/contrib/src/protobuf/rules.mak
+++ b/contrib/src/protobuf/rules.mak
@@ -3,7 +3,7 @@ PROTOBUF_VERSION := 3.1.0
PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
PKGS += protobuf
-ifeq ($(call need_pkg,"protobuf"),)
+ifeq ($(call need_pkg,"protobuf >= 3.1.0"),)
PKGS_FOUND += protobuf
endif
--
2.7.4
More information about the vlc-devel
mailing list