backend/wayland: use the EGL GBM platform

Just like other backends, use the EGL GBM platform. This will make it
easier to move the allocator and renderer initialization out of the
backends.
This commit is contained in:
Simon Ser 2021-01-04 10:51:34 +01:00
parent 8f065810f6
commit 098094c5cb
3 changed files with 118 additions and 21 deletions

View file

@ -6,6 +6,7 @@ wlr_files += files(
)
client_protos = [
'drm',
'linux-dmabuf-unstable-v1',
'pointer-gestures-unstable-v1',
'presentation-time',