mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
executable(
 | 
						|
	'rootston', [
 | 
						|
		'config.c',
 | 
						|
		'cursor.c',
 | 
						|
		'desktop.c',
 | 
						|
		'ini.c',
 | 
						|
		'input.c',
 | 
						|
		'keyboard.c',
 | 
						|
		'main.c',
 | 
						|
		'output.c',
 | 
						|
		'pointer.c',
 | 
						|
		'xdg_shell_v6.c',
 | 
						|
		'xwayland.c',
 | 
						|
		'wl_shell.c',
 | 
						|
	], dependencies: wlroots
 | 
						|
)
 |