Skip to content
Snippets Groups Projects
Commit f9c552e7 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

contrib: protobuf: blacklist on tvOS

protobuf (for chromecast) doesn't make any sense on TV platforms.
parent e41b4353
No related branches found
No related tags found
1 merge request!430contrib: protobuf: blacklist on tvOS
Pipeline #119092 passed with stage
in 49 minutes and 33 seconds
......@@ -2,6 +2,7 @@
PROTOBUF_VERSION := 3.1.0
PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
ifndef HAVE_TVOS
PKGS += protobuf
ifeq ($(call need_pkg, "protobuf-lite >= 3.1.0 protobuf-lite < 3.2.0"),)
PKGS_FOUND += protobuf
......@@ -21,6 +22,7 @@ PROTOC = $(PROTOC_ABSPATH)
endif
endif
endif
endif # !HAVE_TVOS
$(TARBALLS)/protobuf-$(PROTOBUF_VERSION)-cpp.tar.gz:
$(call download_pkg,$(PROTOBUF_URL),protobuf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment