Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8295554: Move the "sizecalc.h" to the correct location
Backport-of: 6673cd857722d117b108590ba7f7c02f8622fc3b
  • Loading branch information
mrserb committed Nov 4, 2022
1 parent ff14ed4 commit d38a343
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion make/common/modules/LauncherCommon.gmk
Expand Up @@ -44,7 +44,6 @@ endif

LAUNCHER_SRC := $(TOPDIR)/src/java.base/share/native/launcher
LAUNCHER_CFLAGS += -I$(TOPDIR)/src/java.base/share/native/launcher \
-I$(TOPDIR)/src/java.desktop/share/native/include \
-I$(TOPDIR)/src/java.base/share/native/libjli \
-I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_TYPE)/native/libjli \
-I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/native/libjli \
Expand Down
7 changes: 4 additions & 3 deletions make/modules/java.desktop/lib/Awt2dLibraries.gmk
Expand Up @@ -26,6 +26,7 @@
WIN_AWT_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt/awt.lib

LIBAWT_DEFAULT_HEADER_DIRS := \
common/awt/utility \
libawt/awt/image \
libawt/awt/image/cvutils \
libawt/java2d \
Expand Down Expand Up @@ -368,7 +369,6 @@ ifeq ($(call isTargetOs, windows macosx), false)
common/awt/debug \
common/font \
common/java2d/opengl \
include \
#

LIBAWT_HEADLESS_CFLAGS := $(CUPS_CFLAGS) $(FONTCONFIG_CFLAGS) $(X_CFLAGS) \
Expand Down Expand Up @@ -474,11 +474,11 @@ endif
LIBFONTMANAGER_EXTRA_HEADER_DIRS := \
libharfbuzz \
common/awt \
common/awt/utility \
common/font \
libawt/java2d \
libawt/java2d/pipe \
libawt/java2d/loops \
include \
#

LIBFONTMANAGER_CFLAGS += $(LIBFREETYPE_CFLAGS)
Expand Down Expand Up @@ -563,6 +563,7 @@ ifeq ($(call isTargetOs, windows), true)
LIBJAWT_EXTRA_HEADER_DIRS := \
include \
common/awt/debug \
common/awt/utility \
libawt/awt/image/cvutils \
libawt/java2d \
libawt/java2d/windows \
Expand Down Expand Up @@ -658,7 +659,7 @@ ifeq ($(ENABLE_HEADLESS_ONLY), false)
common/awt/systemscale \
#

LIBSPLASHSCREEN_HEADER_DIRS += include
LIBSPLASHSCREEN_HEADER_DIRS += common/awt/utility

ifeq ($(USE_EXTERNAL_LIBGIF), false)
LIBSPLASHSCREEN_HEADER_DIRS += libsplashscreen/giflib
Expand Down

1 comment on commit d38a343

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.