lib_wlr_util = static_library(
	'wlr_util',
	files(
		'log.c',
	),
	include_directories: wlr_inc,
)