From a2fc8e2a77776b65f905bf46bc213384601291ff Mon Sep 17 00:00:00 2001 From: kkdd Date: Thu, 9 Jul 2015 21:43:15 +0900 Subject: [PATCH] mapnik: build all plugins option "with-all-input-plugins", "Install all input-plugins" Closes Homebrew/homebrew#41521. Signed-off-by: Dominyk Tiller --- Formula/mapnik.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/mapnik.rb b/Formula/mapnik.rb index f53e7bbd4a..30ffb66e7f 100644 --- a/Formula/mapnik.rb +++ b/Formula/mapnik.rb @@ -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"