mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
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:
parent
8f065810f6
commit
098094c5cb
3 changed files with 118 additions and 21 deletions
|
|
@ -6,6 +6,7 @@ wlr_files += files(
|
|||
)
|
||||
|
||||
client_protos = [
|
||||
'drm',
|
||||
'linux-dmabuf-unstable-v1',
|
||||
'pointer-gestures-unstable-v1',
|
||||
'presentation-time',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue