wlroots/render/meson.build

14 lines
189 B
Meson
Raw Normal View History

wlr_files += files(
2020-06-01 17:48:39 +00:00
'allocator.c',
'dmabuf.c',
'egl.c',
'drm_format_set.c',
2020-06-01 17:49:10 +00:00
'gbm_allocator.c',
'shm_format.c',
'swapchain.c',
'wlr_renderer.c',
'wlr_texture.c',
2017-10-08 00:19:25 +00:00
)
subdir('gles2')