community/qt6-qtquick3d: disable on mips64

This commit is contained in:
Bart Ribbers 2021-05-07 11:55:52 +02:00
parent 2fa9aae0f5
commit 33a4c4e9fa

View File

@ -4,8 +4,9 @@ pkgver=6.1.0
pkgrel=0
pkgdesc="Qt module and API for defining 3D content in Qt Quick"
url="https://qt.io"
arch="all !s390x" # build fails on s390x with:
# Shader baking failed: Cannot resolve expression type.
# s390x and mips64 build fails
# Shader baking failed: Cannot resolve expression type.
arch="all !s390x !mips64"
license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0"
depends_dev="
qt6-qtdeclarative-dev