You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EGL_NO_X11 has been replaced with USE_X11, which breaks all existing
code out there including Qt:
KhronosGroup/EGL-Registry#130
Fix this by defining USE_X11 wherever we do not define EGL_NO_X11.
This is a manual backport/rewrite to Qt 5.15 of
https://codereview.qt-project.org/c/qt/qtbase/+/371780 (Targetting Qt6)
Fixes: QTBUG-96392
Change-Id: I86494881329e5baafc6a07b687b8ea6d84c827d5
0 commit comments