mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
community/qt6-qtquick3d: disable on mips64
This commit is contained in:
parent
2fa9aae0f5
commit
33a4c4e9fa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user