vte3: fix dependency order
This commit is contained in:
parent
7f70b7f6e1
commit
bff6be9937
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@ class Vte3 < Formula
|
|||
end
|
||||
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gettext"
|
||||
depends_on "gtk+3"
|
||||
depends_on "gnutls"
|
||||
depends_on "vala"
|
||||
depends_on "gtk+3"
|
||||
depends_on "pcre2"
|
||||
depends_on "vala"
|
||||
|
||||
def install
|
||||
args = [
|
||||
|
|
Loading…
Reference in a new issue