CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/01/16 00:26:13
Modified files:
x11/qt5/qtbase : Makefile
Added files:
x11/qt5/qtbase/patches: patch-src_gui_configure_json
patch-src_platformsupport_eglconvenience_qt_egl_p_h
Log message:
Fix build with upcomming Mesa update
>From upstram:
https://invent.kde.org/qt/qt/qtbase/-/commit/7a44796c813ab9661a68d42a67c18759d0a3f9ed
Cater for upstream changes in eglplatform.h
EGL_NO_X11 has been replaced with USE_X11, thus breaking all existing
code out there, including Qt:
https://github.com/KhronosGroup/EGL-Registry/pull/130
Fix this by defining USE_X11 whenever we do not define EGL_NO_X11.