mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Make Makefile.gtk default to GTK 3.
This commit is contained in:
parent
68b1933326
commit
5e884cfc27
@ -1357,7 +1357,7 @@ if (defined $makefiles{'gtk'}) {
|
||||
"# building with GTK 1.2, or you can set it to `pkg-config gtk+-2.0 x11'\n".
|
||||
"# if you want to enforce 2.0. The default is to try 2.0 and fall back\n".
|
||||
"# to 1.2 if it isn't found.\n".
|
||||
"GTK_CONFIG = sh -c 'pkg-config gtk+-2.0 x11 \$\$0 2>/dev/null || gtk-config \$\$0'\n".
|
||||
"GTK_CONFIG = sh -c 'pkg-config gtk+-3.0 x11 \$\$0 2>/dev/null || pkg-config gtk+-2.0 x11 \$\$0 2>/dev/null || gtk-config \$\$0'\n".
|
||||
"\n".
|
||||
"-include Makefile.local\n".
|
||||
"\n".
|
||||
|
Loading…
Reference in New Issue
Block a user