< prev index next >

make/conf/jib-profiles.js

Print this page

        

*** 495,506 **** build_cpu: "x64", dependencies: ["devkit", "autoconf", "build_devkit", "cups"], configure_args: [ "--with-jvm-variants=minimal1,client", "--with-x=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI", "--openjdk-target=arm-linux-gnueabihf", ! "--with-abi-profile=arm-vfp-hflt" ], }, // Special version of the SE profile adjusted to be testable on arm64 hardware. "linux-arm-vfp-hflt-dyn": { --- 495,508 ---- build_cpu: "x64", dependencies: ["devkit", "autoconf", "build_devkit", "cups"], 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-freetype=bundled" ], }, // Special version of the SE profile adjusted to be testable on arm64 hardware. "linux-arm-vfp-hflt-dyn": {
< prev index next >