gst-plugins-good: remove X11 option
This commit is contained in:
parent
6e5b94f3c6
commit
b54b24564b
1 changed files with 1 additions and 7 deletions
|
@ -49,7 +49,6 @@ class GstPluginsGood < Formula
|
|||
depends_on "libcaca" => :optional
|
||||
depends_on "libdv" => :optional
|
||||
depends_on "pulseaudio" => :optional
|
||||
depends_on :x11 => :optional
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
@ -60,16 +59,11 @@ class GstPluginsGood < Formula
|
|||
--disable-debug
|
||||
--disable-dependency-tracking
|
||||
--disable-silent-rules
|
||||
--disable-x
|
||||
]
|
||||
|
||||
args << "--enable-gtk3" if build.with? "gtk+3"
|
||||
|
||||
if build.with? "x11"
|
||||
args << "--with-x"
|
||||
else
|
||||
args << "--disable-x"
|
||||
end
|
||||
|
||||
# This plugin causes hangs on Snow Leopard (and possibly other versions?)
|
||||
# Upstream says it hasn't "been actively tested in a long time";
|
||||
# successor is glimagesink (in gst-plugins-bad).
|
||||
|
|
Loading…
Reference in a new issue