Skip to content

Commit

Permalink
gobject-introspection: look for .girs under HOMEBREW_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 24, 2013
1 parent 6d5f2c2 commit 25c1bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/gobject-introspection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class GobjectIntrospection < Formula

def install
ENV.universal_binary if build.universal?
inreplace 'giscanner/transformer.py', '/usr/share', HOMEBREW_PREFIX/'share'
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
# Tests require (at least) cairo, disable them.
Expand Down

0 comments on commit 25c1bfb

Please sign in to comment.