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