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