fix: qtbase P1 patch for QPlatformOpenGLContext OpenGL guard

14-line durability patch adds #if QT_CONFIG(opengl) guards
around createEglWindow, createPlatformOpenGLContext, and
nativeResourceForContext functions that use OpenGL types.

Patch applied during source extraction (not inline Python).
This commit is contained in:
2026-04-28 13:47:54 +01:00
parent 4cf59376d5
commit 2faaf4ed46
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ tar = "https://download.qt.io/official_releases/qt/6.11/6.11.0/submodules/qtbase
patches = [
"redox.patch",
"../../../../local/patches/qtbase/P0-remove-redox-linkat-unlinkat-stubs.patch",
"P1-qplatformopengl-guard.patch",
]
[build]