Skip to content

Commit

Permalink
Build JDK11 and upwards with freetype 2.10.2
Browse files Browse the repository at this point in the history
* Freetype 2.10.2 can only be used with TOOLCHAIN=2017
* Freetype is set to use version 2.10.2 unless overriden in windows.sh

Signed-off-by: Morgan Davies <morgan.davies@ibm.com>
  • Loading branch information
Morgan Davies committed May 28, 2020
1 parent 02649fc commit cc65cf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build-farm/platform-specific-configurations/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ then
if [ "${VARIANT}" == "${BUILD_VARIANT_OPENJ9}" ]
then
export HAS_AUTOCONF=1
export BUILD_ARGS="${BUILD_ARGS} --freetype-version 2.5.3"

if [ "${JAVA_TO_BUILD}" == "${JDK8_VERSION}" ]
then
Expand Down
2 changes: 1 addition & 1 deletion sbin/common/config_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function configDefaults() {
BUILD_CONFIG[COPY_MACOSX_FREE_FONT_LIB_FOR_JRE_FLAG]="false"
BUILD_CONFIG[FREETYPE]=true
BUILD_CONFIG[FREETYPE_DIRECTORY]=""
BUILD_CONFIG[FREETYPE_FONT_VERSION]="2.9.1"
BUILD_CONFIG[FREETYPE_FONT_VERSION]="2.10.2"
BUILD_CONFIG[FREETYPE_FONT_BUILD_TYPE_PARAM]=""

case "${BUILD_CONFIG[OS_KERNEL_NAME]}" in
Expand Down

0 comments on commit cc65cf0

Please sign in to comment.