sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

meson.build (215B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
lib_sway_client = static_library(
	'sway-client',
	files(
		'pool-buffer.c',
	),
	dependencies: [
		cairo,
		pango,
		pangocairo,
		wayland_client
	],
	link_with: [lib_sway_common],
	include_directories: sway_inc
)