https://github.com/swaywm/sway
Raw File
Tip revision: bdcec5af99abb6fe6c502c24e645b74899a5982c authored by Simon Ser on 15 January 2020, 16:52:33 UTC
Revert "Make all the container dimensions integers"
Tip revision: bdcec5a
meson.build
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
)
back to top