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

subdir('gles2')
subdir('pixman')