goocanvas: depend on gobject-introspection at build time (#27770)
The build fails on ./configure because it cannot find gobject-introspection (via pkg-config) as it misses libffi, which is keg-only.
This commit is contained in:
parent
2e4692137a
commit
326532160d
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class Goocanvas < Formula
|
|||
sha256 "26d6c8d30f7a9056af03e59691a4112147cff745855042244413b83be99c7ae9" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "cairo"
|
||||
depends_on "glib"
|
||||
|
|
Loading…
Reference in a new issue