On Tue, 3 Nov 2020 00:33:09 GMT, Magnus Ihse Bursie <i...@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. This pull request has now been integrated. Changeset: f97ec359 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f97ec359 Stats: 5 lines in 1 file changed: 3 ins; 1 del; 1 mod 8255785: X11 libraries should not be required by configure for headless only Reviewed-by: mikael, prr ------------- PR: https://git.openjdk.java.net/jdk/pull/1025