From a33eba67d4f940c49b759fa6a06bf723911782e7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 16 Jun 2013 20:19:24 -0500 Subject: wireshark: disable gtk+ frontend unless with-x is passed Fixes #20528. --- Library/Formula/wireshark.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3