diff options
| author | Thijs Vermeir | 2014-07-31 17:27:02 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-31 17:47:03 +0200 |
| commit | 14157a15ec133e8016f3a1f02c414b0011d9032e (patch) | |
| tree | 633c3331411a085754183f01d22a950cbc12c9a8 /Library/Formula | |
| parent | d3644c7d614d4383337a7fff1b55eeaaeab1ec41 (diff) | |
| download | homebrew-14157a15ec133e8016f3a1f02c414b0011d9032e.tar.bz2 | |
gst-plugins-good: add optional dependency libpng
Closes #31269.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gst-plugins-good.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb index 93235e735..7fa31474e 100644 --- a/Library/Formula/gst-plugins-good.rb +++ b/Library/Formula/gst-plugins-good.rb @@ -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' |
