aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorihse <unknown>2019-03-22 17:51:45 +0000
committerbell-sw <liberica@bell-sw.com>2019-07-22 19:21:42 +0300
commit0f9f8396375e1b418130efc55716458372fc80b4 (patch)
tree62489fc550b3a5f6a997c40abdbad3f861ec8326
parent9f62d7426302091e85e720c97b2d8bb763c5f5de (diff)
downloadjdk8u-0f9f8396375e1b418130efc55716458372fc80b4.tar.gz
8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in
Summary: Add FONTCONFIG_CFLAGS declaration. Reviewed-by: erikj, prr
-rw-r--r--common/autoconf/spec.gmk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/autoconf/spec.gmk.in b/common/autoconf/spec.gmk.in
index b270e70..0ffdacd 100644
--- a/common/autoconf/spec.gmk.in
+++ b/common/autoconf/spec.gmk.in
@@ -307,6 +307,7 @@ JOBS?=@JOBS@
FREETYPE_LIBS:=@FREETYPE_LIBS@
FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
+FONTCONFIG_CFLAGS:=@FONTCONFIG_CFLAGS@
CUPS_CFLAGS:=@CUPS_CFLAGS@
ALSA_LIBS:=@ALSA_LIBS@
ALSA_CFLAGS:=@ALSA_CFLAGS@