aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-07-26 10:06:00 -0700
committerJack Nagel2014-07-29 20:07:13 -0500
commit7e68ad0f69182df0ab0b297a8c9e869b4e4bb030 (patch)
treefbaa1597f9242f9916e59b77a5f9f68203abaf9c /Library
parent01db208c54f1775bd46737bb14c0accd7c465626 (diff)
downloadhomebrew-7e68ad0f69182df0ab0b297a8c9e869b4e4bb030.tar.bz2
feh: add imlib2 dependency
Fixes #31146. Closes #31149. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/feh.rb1
1 files changed, 1 insertions, 0 deletions
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}"