wireshark: remove defunct arg
This commit is contained in:
parent
af1733ef0e
commit
b88eb741a7
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ class Wireshark < Formula
|
||||||
args << "--disable-gtktest" if build.without?("gtk+3") && build.without?("gtk+")
|
args << "--disable-gtktest" if build.without?("gtk+3") && build.without?("gtk+")
|
||||||
args << "--with-gtk3" if build.with? "gtk+3"
|
args << "--with-gtk3" if build.with? "gtk+3"
|
||||||
args << "--with-gtk2" if build.with? "gtk+"
|
args << "--with-gtk2" if build.with? "gtk+"
|
||||||
args << "--with-libcap=#{Formula["libpcap"].opt_prefix}" if build.with? "libpcap"
|
|
||||||
|
|
||||||
if build.with?("qt") || build.with?("qt5")
|
if build.with?("qt") || build.with?("qt5")
|
||||||
args << "--with-qt"
|
args << "--with-qt"
|
||||||
|
|
Loading…
Reference in a new issue