aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
blob: 1eb0704d9570e58cd158acdbcce157cd7f32f77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
executable(
	'rootston', [
		'config.c',
		'cursor.c',
		'desktop.c',
		'ini.c',
		'input.c',
		'keyboard.c',
		'main.c',
		'output.c',
		'pointer.c',
		'tablet_tool.c',
		'xdg_shell_v6.c',
		'xwayland.c',
		'wl_shell.c',
	], dependencies: wlroots
)