From 1129700b7ea1ac9a697aa45afadd79999b15c178 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 22 Oct 2020 13:47:19 +0700 Subject: [PATCH] Forcing headless mode anyways.. --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index 2c64c8c..2ec3aad 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -25,7 +25,7 @@ export LDFLAGS+=" -L`pwd`/dummy_libs" cd openjdk rm -rf build # --with-extra-cxxflags="$CXXFLAGS --std=c++11" \ -bash ./configure \ +bash ./configure BUILD_HEADLESS_ONLY=1 BUILD_HEADLESS=true \ --disable-headful \ --with-extra-cflags="$CPPFLAGS" \ --with-extra-ldflags="$LDFLAGS" \