RFR: 8255723: Gtk glass backend should run with Gtk+ 3.8 (minimum)
Kevin Rushforth
kcr at openjdk.java.net
Tue Nov 3 00:48:54 UTC 2020
On Mon, 2 Nov 2020 01:20:53 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
> Simple fix to not build with GTK+ greater than 3.8 symbols.
Looks good. In general we shouldn't use compile-time version checks for OS or platform software, since the binaries we produce should run on anything greater than the minimum. I see we still have a few, but the rest are at least consistently no greater than 3.8.
-------------
Marked as reviewed by kcr (Lead).
PR: https://git.openjdk.java.net/jfx/pull/346
More information about the openjfx-dev
mailing list