RFR: 8254569: Remove hard dependency on Dispman in Monocle fb rendering [v6]

John Neffenger github.com+1413266+jgneff at openjdk.java.net
Thu Nov 5 20:59:55 UTC 2020


On Thu, 5 Nov 2020 20:33:05 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   change invocation of getEGLDisplayHandle into getEglDisplayHandle
>>   Conditionally add dlfcn
>
> Marked as reviewed by kcr (Lead).

Thanks, Johan. Can we compare build environments? I cross-compile on Ubuntu 20.04.1 LTS. I followed the instructions at [Cross Building for ARM Hard Float][1] to fetch the toolchain. I use OpenJDK 14.0.2, Ant 1.10.7, and Gradle 6.3, by sourcing this script:

# Sets up the environment for building JavaFX
syspath=/usr/sbin:/usr/bin:/sbin:/bin

export JAVA_HOME=/usr/lib/jvm/java-14-openjdk-amd64
export ANT_HOME=/usr/share/ant
export GRADLE_HOME=$HOME/opt/gradle-6.3

# JDK_HOME and PATH are required by the build
export JDK_HOME=$JAVA_HOME
export PATH=$GRADLE_HOME/bin:$ANT_HOME/bin:$JAVA_HOME/bin:$syspath

I build with the command:

ubuntu at openjfx:~/src/jfx$ gradle -PCOMPILE_TARGETS=armv6hf

[1]: https://wiki.openjdk.java.net/display/OpenJFX/Cross+Building+for+ARM+Hard+Float

-------------

PR: https://git.openjdk.java.net/jfx/pull/343


More information about the openjfx-dev mailing list