qt6-quick3d: broken on big endian (could be shadertools though)

This commit is contained in:
q66 2021-05-07 16:02:59 +02:00
parent a49759cdfc
commit ea5854d709

View file

@ -15,6 +15,11 @@ homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquick3d-everywhere-src-${version}.tar.xz"
checksum=ead155359cf7fb8b2c1a69d00847196c4011433a4839938cc5f87f65a9d5d268
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
# possibly a qt6-shadertools bug, actually
broken="Shader baking failed: Cannot resolve expression type."
fi
qt6-quick3d-devel_package() {
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel"
short_desc+=" - development files"