Gdk-Pixbuf depends on jasper.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Birger J. Nordølum 2011-03-29 12:33:33 +02:00 committed by Adam Vandenberg
parent f428e556e1
commit d6f6e25091
1 changed files with 2 additions and 0 deletions

View File

@ -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"