Skip to content

Commit 27500ac

Browse files
committed
8295554: Move the "sizecalc.h" to the correct location
Backport-of: 6673cd857722d117b108590ba7f7c02f8622fc3b
1 parent 357548f commit 27500ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

make/common/modules/LauncherCommon.gmk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ endif
4444

4545
LAUNCHER_SRC := $(TOPDIR)/src/java.base/share/native/launcher
4646
LAUNCHER_CFLAGS += -I$(TOPDIR)/src/java.base/share/native/launcher \
47-
-I$(TOPDIR)/src/java.desktop/share/native/include \
4847
-I$(TOPDIR)/src/java.base/share/native/libjli \
4948
-I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_TYPE)/native/libjli \
5049
-I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/native/libjli \

make/modules/java.desktop/lib/Awt2dLibraries.gmk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
WIN_AWT_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt/awt.lib
2727

2828
LIBAWT_DEFAULT_HEADER_DIRS := \
29+
common/awt/utility \
2930
libawt/awt/image \
3031
libawt/awt/image/cvutils \
3132
libawt/java2d \
@@ -368,7 +369,6 @@ ifeq ($(call isTargetOs, windows macosx), false)
368369
common/awt/debug \
369370
common/font \
370371
common/java2d/opengl \
371-
include \
372372
#
373373

374374
LIBAWT_HEADLESS_CFLAGS := $(CUPS_CFLAGS) $(FONTCONFIG_CFLAGS) $(X_CFLAGS) \
@@ -474,11 +474,11 @@ endif
474474
LIBFONTMANAGER_EXTRA_HEADER_DIRS := \
475475
libharfbuzz \
476476
common/awt \
477+
common/awt/utility \
477478
common/font \
478479
libawt/java2d \
479480
libawt/java2d/pipe \
480481
libawt/java2d/loops \
481-
include \
482482
#
483483

484484
LIBFONTMANAGER_CFLAGS += $(LIBFREETYPE_CFLAGS)
@@ -563,6 +563,7 @@ ifeq ($(call isTargetOs, windows), true)
563563
LIBJAWT_EXTRA_HEADER_DIRS := \
564564
include \
565565
common/awt/debug \
566+
common/awt/utility \
566567
libawt/awt/image/cvutils \
567568
libawt/java2d \
568569
libawt/java2d/windows \
@@ -658,7 +659,7 @@ ifeq ($(ENABLE_HEADLESS_ONLY), false)
658659
common/awt/systemscale \
659660
#
660661

661-
LIBSPLASHSCREEN_HEADER_DIRS += include
662+
LIBSPLASHSCREEN_HEADER_DIRS += common/awt/utility
662663

663664
ifeq ($(USE_EXTERNAL_LIBGIF), false)
664665
LIBSPLASHSCREEN_HEADER_DIRS += libsplashscreen/giflib

src/java.desktop/share/native/include/sizecalc.h renamed to src/java.desktop/share/native/common/awt/utility/sizecalc.h

File renamed without changes.

0 commit comments

Comments
 (0)