Gdk-Pixbuf depends on jasper.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f428e556e1
commit
d6f6e25091
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue