mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 23:55:58 -04:00
Try to enable build awt
This commit is contained in:
parent
9592fe58af
commit
f30a4a3d64
@ -18,8 +18,8 @@ cp -R -f override-jre-files/* openjdk/
|
||||
|
||||
cd openjdk
|
||||
rm -rf build
|
||||
# --enable-headless-only \
|
||||
bash ./configure \
|
||||
--enable-headless-only \
|
||||
--enable-option-checking=fatal \
|
||||
--openjdk-target=$TARGET \
|
||||
--disable-warnings-as-errors \
|
||||
|
@ -531,7 +531,7 @@ TARGETS += $(BUILD_LIBJAVAJPEG)
|
||||
################################################################################
|
||||
|
||||
# Mac and Windows only use the native AWT lib, do not build libawt_headless
|
||||
ifeq ($(findstring $(OPENJDK_TARGET_OS), windows macosx),)
|
||||
ifneq ($(findstring $(OPENJDK_TARGET_OS), windows macosx),)
|
||||
|
||||
LIBAWT_HEADLESS_DIRS := $(JDK_TOPDIR)/src/java.desktop/unix/native/libawt_headless/awt \
|
||||
$(JDK_TOPDIR)/src/java.desktop/$(OPENJDK_TARGET_OS_TYPE)/native/common/awt \
|
||||
|
Loading…
x
Reference in New Issue
Block a user