Don't enable GTK3 build on win32 - it's not working.

svn path=/trunk/; revision=50868
This commit is contained in:
Anders Broman 2013-07-24 17:29:52 +00:00
parent 4c45973d75
commit 1c92cbf702
1 changed files with 1 additions and 1 deletions

View File

@ -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