clutter-gtk: fix dependency order
This commit is contained in:
parent
12ef567dab
commit
8932f4402a
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ class ClutterGtk < Formula
|
|||
|
||||
depends_on "gobject-introspection" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on "gdk-pixbuf"
|
||||
depends_on "gtk+3"
|
||||
depends_on "clutter"
|
||||
depends_on "gdk-pixbuf"
|
||||
depends_on "glib"
|
||||
depends_on "gtk+3"
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
Loading…
Reference in a new issue