mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
qt6-declarative: broken on big endian
This commit is contained in:
parent
a752f04a8d
commit
7218f0f07b
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue