From 89e1cfaf10ddb64e4dcd55ce1d82c6b36c813ffd Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 6 Oct 2015 09:28:48 -0700 Subject: [PATCH] add protobuf to bootstrap [skip ci] --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 1000940fa..1fbf98ce0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -65,7 +65,10 @@ function install_mason_deps() { install expat 2.1.0 libexpat & install pixman 0.32.6 libpixman-1 & install cairo 1.12.18 libcairo & + install protobuf 2.6.1 & wait + # technically protobuf is not a mapnik core dep, but installing + # here by default helps make mapnik-vector-tile builds easier } MASON_LINKED_ABS=$(pwd)/mason_packages/.link