aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
blob: 9797a1a1fecd93b877e1fc6394121b01be80adfb (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, pixman],
)