提交 533a8e4d 编写于 作者: O ohair

6654456: OpenJDK build problem with freetype makefiles

Summary: ifdef test on OPENJDK before it gets set based on source tree contents
Reviewed-by: xdono
上级 4c129aaa
......@@ -93,10 +93,8 @@ SYSTEM_UNAME := $(shell uname)
# Normal boot jdk is previous release, but a hard requirement is a 1.5 boot
REQUIRED_BOOT_VER = 1.5
#This is specific to OpenJDK build
ifdef OPENJDK
REQUIRED_FREETYPE_VERSION=2.3.0
endif
# If we are using freetype, this is the required version
REQUIRED_FREETYPE_VERSION=2.3.0
#
# Prune out all known SCM (Source Code Management) directories
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册