Add --disable-headful for only headless graphics

This commit is contained in:
Tran Khanh Duy 2020-10-22 13:14:46 +07:00 committed by GitHub
parent 95ca3d6a77
commit 73696b3237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \