aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg/meson.build
blob: c1bb7d1805d3e101b5ff7b12e091f4fb9fac3987 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
executable(
	'swaybg',
	'main.c',
	include_directories: [sway_inc],
	dependencies: [
		cairo,
		client_protos,
		gdk_pixbuf,
		jsonc,
		math,
		pango,
		pangocairo,
		wayland_client,
		wlroots,
	],
	link_with: [lib_sway_common, lib_sway_client],
	install: true,
	install_dir: 'usr/lib/sway'
)