graphene: make gobject-introspection build-time dependency
This commit is contained in:
parent
fba89fe135
commit
25db767dc1
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class Graphene < Formula
|
|||
homepage "https://ebassi.github.io/graphene/"
|
||||
url "https://download.gnome.org/sources/graphene/1.6/graphene-1.6.2.tar.xz"
|
||||
sha256 "8f7d1984c06aefe3b47a668c12ad9f3db0bcb2d09c55e6267b82a90f6b10d961"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
sha256 "4ed91e3d415e97cbb88432448e67199b74738705b5a859a6db1577cb1eab1441" => :high_sierra
|
||||
|
@ -11,9 +11,9 @@ class Graphene < Formula
|
|||
sha256 "fb90bbbabde61e65bd5ef9afd48348bc855ffd418252b715b2e84b4d0a2de3ff" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on "gobject-introspection"
|
||||
depends_on "python"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue