Correct the eglQueryWaylandBufferWL_func prototype
I am trying to build against a Qt built without OpenGL. In that case, the openGL headers have not been included and therefore GLboolean is not defined. Use EGLBoolean to match the EGL prototype.
Join us at Akademy to celebrate KDE's 30th anniversary! Travel support requests are open till May 31st. Register now.
I am trying to build against a Qt built without OpenGL. In that case, the openGL headers have not been included and therefore GLboolean is not defined. Use EGLBoolean to match the EGL prototype.