imagemagick: add enable-hdri option.

Closes Homebrew/homebrew#30439.
This commit is contained in:
Mike McQuaid 2014-07-26 08:59:27 +01:00
parent eee879167c
commit af06c70284

View file

@ -24,6 +24,7 @@ class Imagemagick < Formula
option "with-perl", "enable build/install of PerlMagick"
option "without-magick-plus-plus", "disable build/install of Magick++"
option "with-jp2", "Compile with Jpeg2000 support"
option "enable-hdri", "Compile with HDRI support"
depends_on "libtool" => :run