mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Mario Sanchez Prada
e075242801
egl: Don't require eglGetPlatformDisplayEXT
Trying to unilaterally require eglGetPlatformDisplayEXT causes problems in scenarios where this method is not available. Besides, this should only be required on Wayland, so we can stop requiring it always and simply let the eglGetPlatformDisplay() function error accordingly when needed. https://bugzilla.gnome.org/show_bug.cgi?id=786619
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%