mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
executable(
 | 
						|
	'swaylock', [
 | 
						|
		'main.c',
 | 
						|
		'password.c',
 | 
						|
		'render.c',
 | 
						|
		'seat.c'
 | 
						|
	],
 | 
						|
	include_directories: [sway_inc],
 | 
						|
	dependencies: [
 | 
						|
		cairo,
 | 
						|
		client_protos,
 | 
						|
		gdk_pixbuf,
 | 
						|
		libpam,
 | 
						|
		math,
 | 
						|
		pango,
 | 
						|
		pangocairo,
 | 
						|
		xkbcommon,
 | 
						|
		wayland_client,
 | 
						|
		wlroots,
 | 
						|
	],
 | 
						|
	link_with: [lib_sway_common, lib_sway_client],
 | 
						|
	install: true
 | 
						|
)
 |