mapnik: build all plugins
option "with-all-input-plugins", "Install all input-plugins" Closes Homebrew/homebrew#41521. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
033eb49d4f
commit
a2fc8e2a77
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ class Mapnik < Formula
|
|||
"PROJ_LIBS=#{proj}/lib",
|
||||
"FREETYPE_CONFIG=#{freetype}/bin/freetype-config",
|
||||
"NIK2IMG=False",
|
||||
"CPP_TESTS=False" # too long to compile to be worth it
|
||||
"CPP_TESTS=False", # too long to compile to be worth it
|
||||
"INPUT_PLUGINS=all"
|
||||
]
|
||||
|
||||
if build.with? "cairo"
|
||||
|
|
Loading…
Reference in a new issue