wireshark: disable gtk+ frontend unless with-x is passed

Fixes Homebrew/homebrew#20528.
This commit is contained in:
Jack Nagel 2013-06-16 20:19:24 -05:00
parent db88e4b317
commit 2a06917550

View file

@ -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