gdk-pixbuf depends on glib

This commit is contained in:
Adam Vandenberg 2011-04-04 20:13:16 -07:00
parent edfb67d937
commit 50bbd3c471

View file

@ -5,11 +5,14 @@ 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 'glib'
depends_on 'jasper'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--with-libjasper", "--enable-introspection=no"
"--prefix=#{prefix}",
"--with-libjasper",
"--enable-introspection=no"
system "make install"
end
end