gnome-themes-standard: fix dependency order
This commit is contained in:
parent
decfd5f6e2
commit
e5f6aaf209
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ class GnomeThemesStandard < Formula
|
|||
sha256 "4732342c9072f0ab20bb83dcf358b44358a77176eb8275260669ba5badef0acf" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "gettext" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gtk+"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue