Skip to content

Commit 2fe9747

Browse files
committed
mapnik: depends on protozero formula
1 parent 8e493d0 commit 2fe9747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/m/mapnik.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Mapnik < Formula
3838
depends_on "libxml2"
3939
depends_on "openssl@3"
4040
depends_on "proj"
41+
depends_on "protozero"
4142
depends_on "sqlite"
4243
depends_on "webp"
4344

@@ -51,6 +52,7 @@ def install
5152
-DBUILD_DEMO_CPP:BOOL=OFF
5253
-DBUILD_DEMO_VIEWER:BOOL=OFF
5354
-DCMAKE_INSTALL_RPATH:PATH=#{rpath}
55+
-DUSE_EXTERNAL_MAPBOX_PROTOZERO=ON
5456
]
5557

5658
system "cmake", "-S", ".", "-B", "build", *cmake_args, *std_cmake_args

0 commit comments

Comments
 (0)