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:
Cédric Krier 2018-05-14 08:11:10 +02:00 committed by ilovezfs
parent 2e4692137a
commit 326532160d

View file

@ -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"