Make GTK3 build default, and GTK2 build optional
commit8184f91a8fdf6869775f20acc907e6573354c40b
authorMatthew Brush <matt@geany.org>
Fri, 2 Oct 2020 18:05:23 +0000 (2 11:05 -0700)
committerMatthew Brush <mbrush@codebrainz.ca>
Sun, 4 Oct 2020 12:22:06 +0000 (4 05:22 -0700)
treed5ac46f9df8afb4ba6d5af4825ac38686d1b8551
parentf6624c69df64628f4e5fd65c45b9670c672ed495
Make GTK3 build default, and GTK2 build optional

* Replace `--enable-gtk3` with `--enable-gtk2`
* Update Travis CI builds
* Change `cross-build-mingw.sh` default to GTK3 and cleanup a little

After this commit it will be required to pass `--enable-gtk2` to
the Autoconf script in order to build with GTK+2, otherwise GTK+3
will be required.
.travis.yml
configure.ac
scripts/cross-build-mingw.sh