mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
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],
 | 
						|
)
 |