summaryrefslogtreecommitdiff
path: root/macosx-setup.sh
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2017-01-30 22:13:58 +0100
committerJörg Mayer <jmayer@loplof.de>2017-01-31 23:21:22 +0000
commitfe72fe0ca7a96f50d3bef353b7714cd0466c0747 (patch)
treefc123755d48a59846e923b817c89a244b09b497a /macosx-setup.sh
parent6ab483ffe33d1fc13e1da0ebd2880736d4afda4c (diff)
downloadwireshark-fe72fe0ca7a96f50d3bef353b7714cd0466c0747.tar.gz
Don't provide GTK setup by default.
Update comments to reflect the behaviour as well. Update comment inside the Change-Id: Id3629b217a2adc096fd6b0cb0221270e92ebd5da Reviewed-on: https://code.wireshark.org/review/19875 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index c764269423..2ed1811a3a 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -69,10 +69,11 @@ PKG_CONFIG_VERSION=0.28
#
# One or more of the following libraries are required to build Wireshark.
#
-# To override the versions of Qt and GTK call the script with some of the
-# variables set to the new values. Setting a variable to empty will disable
-# building the toolkit and will un-install any version previously installed
-# by the script, e.g. "GTK_VERSION=3.5.2 QT_VERSION= ./macos-setup.sh"
+# To override the version of Qt or build the deprecated GTK interface call
+# the script with some of the variables set to the new values. Setting a
+# variable to empty will disable building the toolkit and will uninstall
+# any version previously installed by the script, e.g.
+# "GTK_VERSION=3.5.2 QT_VERSION= ./macos-setup.sh"
# will build and install with GTK+ 3.5.2 and will not install Qt (and,
# if the script installed Qt earlier, will un-install that version of Qt).
#
@@ -82,7 +83,7 @@ PKG_CONFIG_VERSION=0.28
# and QTBUG-43464, all of which seem to be the same bug.
#
QT_VERSION=${QT_VERSION-5.5.0}
-GTK_VERSION=${GTK_VERSION-2.24.17}
+#GTK_VERSION=${GTK_VERSION-2.24.17}
if [ "$GTK_VERSION" ]; then
#
# We'll be building GTK+, so we need some additional libraries.