WebPlatformForEmbedded / WPEBackend-rdk

BSD 2-Clause "Simplified" License
8 stars 38 forks source link

wayland: Update to support the stable XDG Shell protocol #93

Closed aperezdc closed 1 year ago

aperezdc commented 1 year ago

Update the XDG Shell protocol to the stable version. The Wayland code was using an old version of the protocol which is no longer supported by compositors. Instead, they support the stable version of the protocol.

aperezdc commented 1 year ago

Ideally, the Wayland protocol headers and implementation should be generated during the build using wayland-scanner, but that is out of the scope of this PR.