Skip to content

Draft: [Debian 11] Apply patch from 3.24.35 to fix Wayland + EGL on GLES-only platforms

Simon McVittie requested to merge wip/bug1020937 into debian/bullseye

Previously, GTK assumed that EGL could use the OpenGL API everywhere, but some proprietary drivers like those for Raspberry Pi and Vivante only support OpenGL ES. Allow use of OpenGL ES to be forced via environment variable GDK_GL=gles.

Closes: #1020937
Thanks: Dominique Martinet

Merge request reports