From 1810eb6ebcf013bf9cf41b0b0ea2aa97090cf4d0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 7 Sep 2012 15:37:26 -0500 Subject: 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 --- Library/Formula/opencv.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3