canonical/mir

Driver probe should check for presence of Wayland extension

Open

#2,288 opened on Jan 20, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (137 forks)auto 404
Good first issue

Repository metrics

Stars
 (775 stars)
PR merge metrics
 (PR metrics pending)

Description

At least the gbm and eglstream drivers already check GL properties, so it would be easy enough to check for the presence of WL_bind_wayland_display and bail if it is not present.

Alternatively, we could make WL_bind_wayland_display optional in the presence of other Wayland-buffer-sharing extensions?

Contributor guide