gobject-introspection: look for .girs under HOMEBREW_PREFIX
Fixes Homebrew/homebrew#18703.
This commit is contained in:
parent
6d5f2c2421
commit
25c1bfb683
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue