From 7e68ad0f69182df0ab0b297a8c9e869b4e4bb030 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 26 Jul 2014 10:06:00 -0700 Subject: feh: add imlib2 dependency Fixes #31146. Closes #31149. Signed-off-by: Jack Nagel --- Library/Formula/feh.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/feh.rb b/Library/Formula/feh.rb index 6e9032031..cf2f529d2 100644 --- a/Library/Formula/feh.rb +++ b/Library/Formula/feh.rb @@ -7,6 +7,7 @@ class Feh < Formula depends_on :x11 depends_on "giblib" => :build + depends_on "imlib2" => :build def install system "make", "PREFIX=#{prefix}" -- cgit v1.2.3