https://github.com/swaywm/sway
Raw File
Tip revision: 3ede5983b9f39e5f110c5540d136945bc66d2fc0 authored by Ryan Dwyer on 11 March 2019, 08:11:01 UTC
Fix click behaviour
Tip revision: 3ede598
meson.build
lib_sway_client = static_library(
	'sway-client',
	files(
		'pool-buffer.c',
	),
	dependencies: [
		cairo,
		gdk_pixbuf,
		pango,
		pangocairo,
		wayland_client
	],
	link_with: [lib_sway_common],
	include_directories: sway_inc
)
back to top