]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
GTK3 port: add '--with-gtk=3' to the configure script.
authorSimon Tatham <anakin@pobox.com>
Sun, 16 Aug 2015 13:53:15 +0000 (14:53 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 16 Aug 2015 13:53:15 +0000 (14:53 +0100)
commit54a52b5ebad0eaa04c7b402539cd51d119c84738
treead64999c0d403146a5ca3bd41cbcd91f8bd934d8
parentccd7097330c00dde3d4e08030dd181873f6d25cf
GTK3 port: add '--with-gtk=3' to the configure script.

After the last few changes, the whole codebase now compiles and links
successfully against GTK3, and I can run an experimental pterm. The
config box and font selector look ugly, but the basics all seem to
work.

In order to compile at all, I had to manually bodge in the extra
compile flag -Wno-deprecated-declarations. My plan is to fix all the
uses of deprecated things, and then remove that flag.

I've made GTK3 the second choice, after GTK2 but before GTK1. GTK2 is
the only GTK version that produces a completely sensible build (partly
because the GTK3 port is visibly unfinished, and mostly because its
server-side font handling is just too slow), so it remains the first
choice.
configure.ac