Skip to content

[wayland] Fix misuse of EGL/eglmesaext.h

Vlad Zahorodnii requested to merge work/mesa-egl-ext-h into Plasma/5.18

The recommended way to get all EGL extension defines is to include EGL/eglext.h. EGL/eglmesaext.h is a private header that compositors should not use.

BUG: 422131

Edited by Vlad Zahorodnii

Merge request reports