gst-plugins-good: add optional dependency libpng
Closes Homebrew/homebrew#31269. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
1bde0a07ea
commit
1ad059a2e4
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class GstPluginsGood < Formula
|
|||
depends_on 'libshout' => :optional
|
||||
depends_on 'speex' => :optional
|
||||
depends_on 'taglib' => :optional
|
||||
depends_on 'libpng' => :optional
|
||||
|
||||
depends_on 'libogg' if build.with? 'flac'
|
||||
|
||||
|
|
Loading…
Reference in a new issue