8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again
authorerikj
Wed, 11 Apr 2018 18:45:08 +0200
changeset 49575 3a2172d8613a
parent 49574 6a6ee36037ac
child 49576 535498e7602f
8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again Reviewed-by: tbell
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Wed Apr 11 09:14:47 2018 -0700
+++ b/make/conf/jib-profiles.js	Wed Apr 11 18:45:08 2018 +0200
@@ -497,8 +497,10 @@
             configure_args: [
                 "--with-jvm-variants=minimal1,client",
                 "--with-x=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI",
+                "--with-fontconfig=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI",
                 "--openjdk-target=arm-linux-gnueabihf",
-                "--with-abi-profile=arm-vfp-hflt"
+                "--with-abi-profile=arm-vfp-hflt",
+                "--with-freetype=bundled"
             ],
         },