make/conf/jib-profiles.js
changeset 49575 3a2172d8613a
parent 49525 4d98473ed33e
child 49976 19829b375d08
equal deleted inserted replaced
49574:6a6ee36037ac 49575:3a2172d8613a
   495             build_cpu: "x64",
   495             build_cpu: "x64",
   496             dependencies: ["devkit", "autoconf", "build_devkit", "cups"],
   496             dependencies: ["devkit", "autoconf", "build_devkit", "cups"],
   497             configure_args: [
   497             configure_args: [
   498                 "--with-jvm-variants=minimal1,client",
   498                 "--with-jvm-variants=minimal1,client",
   499                 "--with-x=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI",
   499                 "--with-x=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI",
       
   500                 "--with-fontconfig=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI",
   500                 "--openjdk-target=arm-linux-gnueabihf",
   501                 "--openjdk-target=arm-linux-gnueabihf",
   501                 "--with-abi-profile=arm-vfp-hflt"
   502                 "--with-abi-profile=arm-vfp-hflt",
       
   503                 "--with-freetype=bundled"
   502             ],
   504             ],
   503         },
   505         },
   504 
   506 
   505         // Special version of the SE profile adjusted to be testable on arm64 hardware.
   507         // Special version of the SE profile adjusted to be testable on arm64 hardware.
   506         "linux-arm-vfp-hflt-dyn": {
   508         "linux-arm-vfp-hflt-dyn": {