aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBirger J. Nordølum2011-03-29 12:33:33 +0200
committerAdam Vandenberg2011-03-29 08:34:18 -0700
commit50408a2254242df70d8143ff11f3245a2c7d5bd5 (patch)
tree04c523e70030acd5877616635b731ee185d2fd5f /Library/Formula
parent9d03b211b831dbf413ad96fb4119d14ea5a99ff1 (diff)
downloadhomebrew-50408a2254242df70d8143ff11f3245a2c7d5bd5.tar.bz2
Gdk-Pixbuf depends on jasper.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gdk-pixbuf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gdk-pixbuf.rb b/Library/Formula/gdk-pixbuf.rb
index a6e8b5852..890e20fff 100644
--- a/Library/Formula/gdk-pixbuf.rb
+++ b/Library/Formula/gdk-pixbuf.rb
@@ -5,6 +5,8 @@ class GdkPixbuf < Formula
url 'http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/gdk-pixbuf-2.22.1.tar.bz2'
md5 '716c4593ead3f9c8cca63b8b1907a561'
+ depends_on 'jasper'
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--with-libjasper", "--enable-introspection=no"