aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorp0ns2014-05-12 00:02:44 -0400
committerAdam Vandenberg2014-05-12 07:25:32 -0700
commit2dc9318c6fc9a7212012e6771c68bde56b5109e2 (patch)
tree617e2ecc34a72cb69fae099ff9a2232085baa224 /Library/Formula
parent8446e6f32fcc559fd6c6680c9d8a35b18364c81f (diff)
downloadhomebrew-2dc9318c6fc9a7212012e6771c68bde56b5109e2.tar.bz2
gst-plugins-good: fix disabling of X
Changes --without-x for --disable-x as stated in ./configure --help Closes #29149. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-plugins-good.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb
index 6d18fdf63..ecbb5e00b 100644
--- a/Library/Formula/gst-plugins-good.rb
+++ b/Library/Formula/gst-plugins-good.rb
@@ -58,7 +58,7 @@ class GstPluginsGood < Formula
if build.with? "x11"
args << "--with-x"
else
- args << "--without-x"
+ args << "--disable-x"
end
if build.head?