From 73696b3237d7291b480a01e778d265b80b6e00de Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 22 Oct 2020 13:14:46 +0700 Subject: [PATCH] Add --disable-headful for only headless graphics --- buildjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildjdk.sh b/buildjdk.sh index 435a7d9..2c64c8c 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -26,6 +26,7 @@ cd openjdk rm -rf build # --with-extra-cxxflags="$CXXFLAGS --std=c++11" \ bash ./configure \ + --disable-headful \ --with-extra-cflags="$CPPFLAGS" \ --with-extra-ldflags="$LDFLAGS" \ --enable-option-checking=fatal \