wlroots-hyprland/render/meson.build
Simon Ser 87293d1b15
render: extract gles2 build files to subdir
This will make it easier to toggle when we make our GLES2 renderer
optional.
2021-01-15 22:13:04 +01:00

12 lines
172 B
Meson

wlr_files += files(
'allocator.c',
'dmabuf.c',
'egl.c',
'drm_format_set.c',
'gbm_allocator.c',
'swapchain.c',
'wlr_renderer.c',
'wlr_texture.c',
)
subdir('gles2')