mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-17 16:14:54 -04:00
Add --disable-headful for only headless graphics
This commit is contained in:
parent
95ca3d6a77
commit
73696b3237
@ -26,6 +26,7 @@ cd openjdk
|
|||||||
rm -rf build
|
rm -rf build
|
||||||
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
|
--disable-headful \
|
||||||
--with-extra-cflags="$CPPFLAGS" \
|
--with-extra-cflags="$CPPFLAGS" \
|
||||||
--with-extra-ldflags="$LDFLAGS" \
|
--with-extra-ldflags="$LDFLAGS" \
|
||||||
--enable-option-checking=fatal \
|
--enable-option-checking=fatal \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user