aboutsummaryrefslogtreecommitdiff
path: root/render/meson.build
blob: f3e1cd2695f17bd9e306c00f2ba834b298246dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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')