gdl: fix dependency order
This commit is contained in:
parent
bb6b388bbe
commit
90731e5cd6
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class Gdl < Formula
|
|||
end
|
||||
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gtk+3"
|
||||
depends_on "libxml2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue