mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	All of these projects use meson.override_dependency() so we can stop referencing their internal variable name to grab the depndencies we need.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
libseat = dependency('libseat',
 | 
						|
	version: '>=0.2.0',
 | 
						|
	fallback: 'seatd',
 | 
						|
	default_options: ['server=disabled', 'man-pages=disabled'],
 | 
						|
)
 | 
						|
wlr_files += files('session.c')
 | 
						|
wlr_deps += libseat
 |