From b859aade9d3903f8f57d51525b69464b1e9344cb Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 13 Sep 2020 13:23:20 +0700 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index 59817b4..b4731da 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -27,7 +27,8 @@ bash ./configure \ --with-debug-level=release \ --with-freetype-lib=$FREETYPE_DIR/lib \ --with-freetype-include=$FREETYPE_DIR/include/freetype2 \ - --without-x \ +# Fking for impossible +# --without-x \ || error_code=$? if [ "${error_code}" -ne 0 ]; then echo "\n\nCONFIGURE ERROR, config.log:"