at-spi2-core: fix dependency order
This commit is contained in:
parent
1c11e19f99
commit
9fe7eb8a08
1 changed files with 3 additions and 3 deletions
|
@ -12,14 +12,14 @@ class AtSpi2Core < Formula
|
|||
end
|
||||
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "meson-internal" => :build
|
||||
depends_on "ninja" => :build
|
||||
depends_on "python" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "python" => :build
|
||||
depends_on "dbus"
|
||||
depends_on "gettext"
|
||||
depends_on "glib"
|
||||
depends_on "dbus"
|
||||
|
||||
def install
|
||||
ENV.refurbish_args
|
||||
|
|
Loading…
Reference in a new issue