On Mon, 2 Nov 2020 01:20:53 GMT, Thiago Milczarek Sayao <tsa...@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