common/conf/jib-profiles.js
changeset 45510 ef977f09bac8
parent 45107 8d21264e7878
child 45553 7b854640bca9
--- a/common/conf/jib-profiles.js	Wed Jun 07 21:15:31 2017 -0700
+++ b/common/conf/jib-profiles.js	Thu Jun 08 14:53:48 2017 +0200
@@ -893,6 +893,16 @@
             }
         });
 
+    // The windows ri profile needs to add the freetype license file
+    profilesRiFreetype = {
+        "windows-x86-ri": {
+            configure_args: "--with-freetype-license="
+                + input.get("freetype", "install_path")
+                + "/freetype-2.7.1-v120-x86/freetype.md"
+        }
+    };
+    profiles = concatObjects(profiles, profilesRiFreetype);
+
     // Generate the missing platform attributes
     profiles = generatePlatformAttributes(profiles);
     profiles = generateDefaultMakeTargetsConfigureArg(common, profiles);