wireshark: clarify that --with-qt installs wireshark-qt

Closes Homebrew/homebrew#32537.
This commit is contained in:
Tim D. Smith 2014-09-22 21:28:44 -07:00
parent a54562c835
commit baa112e088

View file

@ -28,7 +28,9 @@ class Wireshark < Formula
depends_on "libtool" => :build
end
option "with-qt", "Use QT for GUI instead of GTK+3"
option "with-gtk+3", "Build the wireshark command with gtk+3"
option "with-gtk+", "Build the wireshark command with gtk+"
option "with-qt", "Build the wireshark-qt command (can be used with or without either GTK option)"
option "with-headers", "Install Wireshark library headers for plug-in developemnt"
depends_on "pkg-config" => :build