openjdk-jfx icon indicating copy to clipboard operation
openjdk-jfx copied to clipboard

ARM build for webkit is disabled

Open johanvos opened this issue 5 years ago • 2 comments

In build.gradle, there is now a hard failure when building webkit for arm. The arm-specific qmake arguments need to be added.

johanvos avatar Apr 25 '19 08:04 johanvos

The arm-specific qmake arguments

I think you mean Cmake (WebKit moved from Qmake to Cmake quite a while ago).

kevinrushforth avatar Apr 25 '19 12:04 kevinrushforth

You're right. The build rules for the default platforms has been converted from Qmake to Cmake, but the ARM build logic is not yet converted.

johanvos avatar Apr 25 '19 12:04 johanvos