aboutsummaryrefslogtreecommitdiff
path: root/render/meson.build
blob: 644c2e21a6c46f30b1f0890f1b007353adb5ff27 (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',
	'shm_format.c',
	'swapchain.c',
	'wlr_renderer.c',
	'wlr_texture.c',
)

subdir('gles2')