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:
kkdd 2015-07-09 21:43:15 +09:00 committed by Dominyk Tiller
parent 033eb49d4f
commit a2fc8e2a77

View file

@ -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"