changeset 17212:890af73c1fe4

8178064: OpenJDK RI binary should include the license file for freetype Reviewed-by: tbell, ihse
author erikj
date Thu, 08 Jun 2017 14:53:56 +0200
parents 3abaf7610609
children 9a344811dba9 6e591955c8a8
files make/copy/Copy-java.desktop.gmk
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/copy/Copy-java.desktop.gmk	Thu Jun 08 13:49:11 2017 +0200
+++ b/make/copy/Copy-java.desktop.gmk	Thu Jun 08 14:53:56 2017 +0200
@@ -77,6 +77,13 @@
         endif
 
   TARGETS += $(FREETYPE_TARGET_LIB)
+
+  $(eval $(call SetupCopyFiles, COPY_FREETYPE_LICENSE, \
+      FILES := $(FREETYPE_LICENSE), \
+      DEST := $(LEGAL_DST_DIR), \
+  ))
+
+  TARGETS += $(COPY_FREETYPE_LICENSE)
 endif
 
 ################################################################################