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