diff options
| author | Jack Nagel | 2012-09-07 15:37:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-07 15:39:08 -0500 |
| commit | 1810eb6ebcf013bf9cf41b0b0ea2aa97090cf4d0 (patch) | |
| tree | cbea0453c0f14038e6bbff5f38052e583291fef3 /Library | |
| parent | 57a770f534010a952503546bd19b8134ea15bc11 (diff) | |
| download | homebrew-1810eb6ebcf013bf9cf41b0b0ea2aa97090cf4d0.tar.bz2 | |
opencv: depends on libpng
This used to get pulled in via libtiff's X11 dependency, but that was
removed so we need to explicitly specify it here.
Fixes #14792.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/opencv.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/opencv.rb b/Library/Formula/opencv.rb index ae07d8965..42fd4ff60 100644 --- a/Library/Formula/opencv.rb +++ b/Library/Formula/opencv.rb @@ -26,6 +26,7 @@ class Opencv < Formula depends_on 'jasper' => :optional depends_on 'tbb' => :optional depends_on 'qt' if build.include? 'with-qt' + depends_on :libpng # Can also depend on ffmpeg, but this pulls in a lot of extra stuff that # you don't need unless you're doing video analysis, and some of it isn't |
