As discussed in #2602, make GTK+3 the default of the build system, leading up to the eventual removal of GTK+2 support.
The --enable-gtk3
configuration option is replaced with --enable-gtk2
. If --enable-gtk2
is specified, the GTK+2 development libraries/headers must be available via pkg-config
or else configuration will fail. If --enable-gtk2
is not specified, the GTK+3 development libraries/headers must be available or else configuration will fail. It intentionally does not fall back to GTK+2 automatically.
https://github.com/geany/geany/pull/2610
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.