aboutsummaryrefslogblamecommitdiffstats
path: root/swaybg/meson.build
blob: 8704de6d371d46c65089deaa69e46baae5c9bf4a (plain) (tree)
1
2
3
4
5
6
7
           




                                        
                              




                           




                                                      
 
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
)