--- old/make/conf/jib-profiles.js 2018-04-11 17:30:16.550810031 +0200 +++ new/make/conf/jib-profiles.js 2018-04-11 17:30:16.202797821 +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" ], },