diff options
| -rw-r--r-- | testing/openjfx11/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/openjfx11/APKBUILD b/testing/openjfx11/APKBUILD index 27bd5971ed..b10d471131 100644 --- a/testing/openjfx11/APKBUILD +++ b/testing/openjfx11/APKBUILD @@ -6,7 +6,9 @@ _pkgver=${pkgver/_p/+} pkgrel=0 pkgdesc="Open JavaFX 11" url="https://hg.openjdk.java.net/openjfx/11-dev/rt" -arch="all !x86 !armhf !armv7" # openjdk11 is not yet available on 32 bit arches +arch="all !x86 !armhf !armv7 !aarch64" +# openjdk11 is not yet available on 32 bit arches +# aarch64 hangs on build license="GPL-2.0-with-classpath-exception" depends="$pkgname-gtk3" # for the virtual openjfx11 package makedepends="binutils-gold |
