On Tue, 3 Nov 2020 01:07:51 GMT, Phil Race <p...@openjdk.org> wrote: >> If we build a headless only JDK, configure will require X11 libraries and >> headers to be present. This used to be necessary, but thanks to massive >> cleanups in the AWT headless code, this is no longer the case. >> >> We should fix configure so that headless can be built without X11 libraries >> and headers. > > Marked as reviewed by prr (Reviewer).
Do we have a tier 1-build task or something that will check that we did not break building headless w/o x11? ------------- PR: https://git.openjdk.java.net/jdk/pull/1025