lib_wlr_xwayland = static_library(
	'wlr_xwayland',
	files(
		'selection/dnd.c',
		'selection/incoming.c',
		'selection/outgoing.c',
		'selection/selection.c',
		'sockets.c',
		'xwayland.c',
		'xwm.c',
	),
	include_directories: wlr_inc,
	dependencies: [
		wayland_server,
		xcb,
		xcb_composite,
		xcb_xfixes,
		xcb_image,
		xcb_render,
		xcb_icccm,
		xcb_errors,
		xkbcommon,
		pixman,
	],
)