wlroots-hyprland/render/meson.build

16 lines
228 B
Meson
Raw Normal View History

wlr_files += files(
2020-06-01 19:48:39 +02:00
'allocator.c',
'dmabuf.c',
'egl.c',
'drm_format_set.c',
2020-06-01 19:49:10 +02:00
'gbm_allocator.c',
'pixel_format.c',
'shm_allocator.c',
'swapchain.c',
'wlr_renderer.c',
'wlr_texture.c',
2017-10-08 02:19:25 +02:00
)
subdir('gles2')
2021-01-18 05:15:36 +01:00
subdir('pixman')