aboutsummaryrefslogtreecommitdiff
path: root/render/meson.build
blob: 3779e9e03c7afbde926353d2e42c8d9ed25bc0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
wlr_files += files(
	'allocator.c',
	'dmabuf.c',
	'egl.c',
	'drm_format_set.c',
	'gbm_allocator.c',
	'pixel_format.c',
	'swapchain.c',
	'wlr_renderer.c',
	'wlr_texture.c',
)

subdir('gles2')