aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
blob: d989f6ddf5471f069c8f1cbf7ae72aba896ae8e9 (plain)
1
2
3
4
5
6
7
8
9
10
lib_wlr_xwayland = static_library(
	'wlr_xwayland',
	files(
		'sockets.c',
		'xwayland.c',
		'xwm.c',
	),
	include_directories: wlr_inc,
	dependencies: [wayland_server, xcb, xcb_composite, xcb_icccm, pixman],
)