clutter-gst: fix dependency order
This commit is contained in:
parent
40a653abaa
commit
12ef567dab
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ class ClutterGst < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "clutter"
|
||||
depends_on "gstreamer"
|
||||
depends_on "gst-plugins-base"
|
||||
depends_on "gdk-pixbuf"
|
||||
depends_on "gst-plugins-base"
|
||||
depends_on "gstreamer"
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
Loading…
Reference in a new issue