gstreamer: modernize autotools deps
This commit is contained in:
parent
74e443009e
commit
58b5dd590f
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ class Gstreamer < Formula
|
|||
head do
|
||||
url "git://anongit.freedesktop.org/gstreamer/gstreamer"
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue