mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render: add DRM dumb buffer allocator
This commit is contained in:
parent
2c90e0f521
commit
ed7f2651b6
4 changed files with 286 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ wlr_files += files(
|
|||
'swapchain.c',
|
||||
'wlr_renderer.c',
|
||||
'wlr_texture.c',
|
||||
'drm_dumb_allocator.c',
|
||||
)
|
||||
|
||||
egl = dependency('egl', required: 'gles2' in renderers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue