gst-plugins-bad: add openssl depends for head build
This is for solving build error for adding dtls plugin. Closes Homebrew/homebrew#37833. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
09ce0dee30
commit
dcb5cd6977
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class GstPluginsBad < Formula
|
||||||
depends_on "autoconf" => :build
|
depends_on "autoconf" => :build
|
||||||
depends_on "automake" => :build
|
depends_on "automake" => :build
|
||||||
depends_on "libtool" => :build
|
depends_on "libtool" => :build
|
||||||
|
depends_on "openssl"
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
|
|
Loading…
Reference in a new issue