wireshark: disable gtk+ frontend unless with-x is passed
Fixes Homebrew/homebrew#20528.
This commit is contained in:
parent
db88e4b317
commit
2a06917550
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue