diff --git a/community/qt6-qtquick3d/APKBUILD b/community/qt6-qtquick3d/APKBUILD index b2845e0e918..01d54f59389 100644 --- a/community/qt6-qtquick3d/APKBUILD +++ b/community/qt6-qtquick3d/APKBUILD @@ -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