webp: add extra optional dependencies
Closes Homebrew/homebrew#28619. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
c7b5dc336c
commit
6c3d632d1a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class Webp < Formula
|
|||
|
||||
depends_on 'libpng'
|
||||
depends_on 'jpeg' => :recommended
|
||||
depends_on 'libtiff' => :optional
|
||||
depends_on 'giflib' => :optional
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
|
|
Loading…
Reference in a new issue