aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-setup.sh
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2015-06-26 08:49:05 +0200
committerJörg Mayer <jmayer@loplof.de>2015-06-26 06:51:02 +0000
commit4975c068b53d5061f032caf4d0e1094bce03096b (patch)
tree96e44df70369f101dadb2046e2f19f28ae5ffe09 /macosx-setup.sh
parent40649e342873d2402c157ab27485a9eb5d409ff0 (diff)
Disabling GTK by default in the official source was not intentional
(but maybe it should be). Change-Id: I9dba032951265204e1ced517ad7eb331ec71a6a2 Reviewed-on: https://code.wireshark.org/review/9167 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index 9773442ac5..34db7bd949 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -77,7 +77,7 @@ PKG_CONFIG_VERSION=0.28
# If you don't want to build with GTK+ at all, comment out both lines.
#
QT_VERSION=5.3.2
-#GTK_VERSION=2.24.17
+GTK_VERSION=2.24.17
#GTK_VERSION=3.5.2
if [ "$GTK_VERSION" ]; then
#