aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorThijs Vermeir2014-07-31 17:27:02 +0200
committerMike McQuaid2014-07-31 17:47:03 +0200
commit14157a15ec133e8016f3a1f02c414b0011d9032e (patch)
tree633c3331411a085754183f01d22a950cbc12c9a8 /Library/Formula
parentd3644c7d614d4383337a7fff1b55eeaaeab1ec41 (diff)
downloadhomebrew-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.rb1
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'