aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wireshark.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index 9213fd04a..988fa8462 100644
--- a/Library/Formula/wireshark.rb
+++ b/Library/Formula/wireshark.rb
@@ -34,6 +34,7 @@ class Wireshark < Formula
"--with-gnutls",
"--with-ssl"]
+ args << "--disable-wireshark" << "--disable-gtktest" unless build.with? "x"
args << "--with-qt" if build.with? "qt"
system "./configure", *args