aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-07-24 11:51:10 +0000
committerJörg Mayer <jmayer@loplof.de>2013-07-24 11:51:10 +0000
commit18155bd148a5352a1c8fe2f36424f7051163229d (patch)
treedfd9d1fb92cc303172f2330ed300bc1c35768574 /config.nmake
parent957436d5b89291c653d9dc6226d858140490cd36 (diff)
Change default gtk build from version 2 to version 3 for
autotool, cmake and nmake. No idea what it takes to change the visual project stuff svn path=/trunk/; revision=50863
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index e0375609de..aaf108cc6b 100644
--- a/config.nmake
+++ b/config.nmake
@@ -251,7 +251,7 @@ GLIB_VERSION=2.0
# directory in which the "include" and "lib" directories reside.
#
# Set the name to gtk3 if you want to use gtk3
-GTK_NAME=gtk2
+GTK_NAME=gtk3
GTK_DIR=$(WIRESHARK_LIB_DIR)\$(GTK_NAME)