File 0001-fix-detecting-egl-on-windows.patch of Package mingw64-libqt5-qtbase
--- qtbase-everywhere-src-5.12.9/src/gui/configure.json.orig 2022-03-15 16:17:26.000000000 +0100
+++ qtbase-everywhere-src-5.12.9/src/gui/configure.json 2022-03-15 16:22:22.803906531 +0100
@@ -220,7 +220,8 @@
"headers": "EGL/egl.h",
"sources": [
{ "type": "pkgConfig", "args": "egl" },
- { "type": "makeSpec", "spec": "EGL" }
+ { "type": "makeSpec", "spec": "EGL" },
+ { "libs": "-lEGL", "condition": "config.win32" }
]
},
"freetype": {