Add a stub wl_drm implementation

This will allow us to remove all of our EGL wl_drm support code
and remove some weird stuff we need just for wl_drm support. In
particular, wl_drm buffers coming from the EGL implementation
can't easily be wrapped into a wlr_buffer properly.
This commit is contained in:
Simon Ser 2021-02-02 16:06:43 +01:00 committed by Simon Zeni
parent 78121ad2d8
commit f7e3d325fe
3 changed files with 165 additions and 0 deletions

View file

@ -21,6 +21,7 @@ wlr_files += files(
'wlr_compositor.c',
'wlr_cursor.c',
'wlr_data_control_v1.c',
'wlr_drm.c',
'wlr_export_dmabuf_v1.c',
'wlr_foreign_toplevel_management_v1.c',
'wlr_fullscreen_shell_v1.c',