aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-07-24 17:29:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-07-24 17:29:52 +0000
commit1c92cbf70285fc89bc118d7fb3d20807e0558fcc (patch)
treeeffd5f049730c6c44e9997b2a4933ba40c6ade41 /config.nmake
parent4c45973d7573dc68ce3ee9c539465564e331fa73 (diff)
Don't enable GTK3 build on win32 - it's not working.
svn path=/trunk/; revision=50868
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 c7e6f89f57..e2011cd88d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -289,7 +289,7 @@ GTK_PKG=3.4.4-2.1
# (MAJOR + MINOR Version number but without MICRO version number)
# These macros are used by the nsis installer script and by the setup target.
#
-!IF "$(GTK_NAME)" == "gtk3"
+!IF "$(GTK_NAME)" == "gtk2"
GTK_INST_VERSION=2.24
!ELSE
GTK_INST_VERSION=3.4