qt6-declarative: broken on big endian

This commit is contained in:
q66 2021-10-04 17:14:00 +02:00
parent a752f04a8d
commit 7218f0f07b

View file

@ -25,6 +25,10 @@ if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DQT_BUILD_TESTS=ON"
fi
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="shader compilation fails"
fi
pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
}