aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-07-26 08:59:27 +0100
committerMike McQuaid2014-07-26 08:59:27 +0100
commit90ed0fab719ddcbca12440a99f248e632115df24 (patch)
tree8ac7ab18334f812bc8d7cf08d826f0332dbcd0f1 /Library/Formula
parentcc9fd9f742ba72b51170dbc69ed1cf20d843e0f7 (diff)
downloadhomebrew-90ed0fab719ddcbca12440a99f248e632115df24.tar.bz2
imagemagick: add enable-hdri option.
Closes #30439.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/imagemagick.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index d6a7a3f1d..fffdbacb9 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -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