Skip to content

Commit

Permalink
* update qt6-declarative to 6.6.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kth5 committed Mar 21, 2024
1 parent 7d0a21e commit 34f0428
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions qt6/qt6-declarative/big-endian-qtquick-software.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- qtdeclarative-everywhere-src-6.6.1/src/quick/scenegraph/qsgcontextplugin.cpp.orig 2024-02-06 17:15:33.931417093 +0100
+++ qtdeclarative-everywhere-src-6.6.1/src/quick/scenegraph/qsgcontextplugin.cpp 2024-02-06 17:17:13.193370035 +0100
@@ -103,7 +103,7 @@
// caused by run time hocus pocus. If one wants to use the software backend
// in a GL or Vulkan capable Qt build (or on Windows or Apple platforms), it
// has to be requested explicitly.
-#if !QT_CONFIG(opengl) && !QT_CONFIG(vulkan) && !defined(Q_OS_WIN) && !defined(Q_OS_MACOS) && !defined(Q_OS_IOS)
+#if (!QT_CONFIG(opengl) && !QT_CONFIG(vulkan) && !defined(Q_OS_WIN) && !defined(Q_OS_MACOS) && !defined(Q_OS_IOS)) || !defined(Q_LITTLE_ENDIAN)
if (requestedBackend.isEmpty())
requestedBackend = QLatin1String("software");
#endif

0 comments on commit 34f0428

Please sign in to comment.