diff options
| author | Kieran Ramos | 2013-10-13 14:23:47 -0400 |
|---|---|---|
| committer | Jack Nagel | 2013-10-18 19:26:37 -0500 |
| commit | ae24191115fa9a11b02fcb01096ae62af7e5c064 (patch) | |
| tree | b85f7ea48531ca94b7b1ed1c0e6232efdbb0269f /Library/Formula | |
| parent | 5089622e823c634fcc362c4cebfe252f1fa4acad (diff) | |
| download | homebrew-ae24191115fa9a11b02fcb01096ae62af7e5c064.tar.bz2 | |
gdk-pixbuf: enable gobject-introspection
Closes #23249.
Signed-off-by: Kieran Ramos <ramos.kieran@gmail.com>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gdk-pixbuf.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gdk-pixbuf.rb b/Library/Formula/gdk-pixbuf.rb index 9132af9b2..e84c0783f 100644 --- a/Library/Formula/gdk-pixbuf.rb +++ b/Library/Formula/gdk-pixbuf.rb @@ -13,6 +13,7 @@ class GdkPixbuf < Formula depends_on 'jpeg' depends_on 'libtiff' depends_on :libpng + depends_on 'gobject-introspection' # 'loaders.cache' must be writable by other packages skip_clean 'lib/gdk-pixbuf-2.0' @@ -23,7 +24,7 @@ class GdkPixbuf < Formula "--disable-maintainer-mode", "--enable-debug=no", "--prefix=#{prefix}", - "--enable-introspection=no", + "--enable-introspection=yes", "--disable-Bsymbolic", "--without-gdiplus" system "make" |
