8178064: OpenJDK RI binary should include the license file for freetype
authorerikj
Thu, 08 Jun 2017 14:53:56 +0200
changeset 45533 e6707cd51e28
parent 45532 ff4b62180768
child 45534 f0b3d467215e
child 45648 87c997b74bb8
8178064: OpenJDK RI binary should include the license file for freetype Reviewed-by: tbell, ihse
jdk/make/copy/Copy-java.desktop.gmk
--- a/jdk/make/copy/Copy-java.desktop.gmk	Thu Jun 08 13:49:11 2017 +0200
+++ b/jdk/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
 
 ################################################################################