mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	This helper is responsible for listening for new DRM devices and create new child DRM backends as necessary.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
wlr_files += files(
 | 
						|
	'atomic.c',
 | 
						|
	'backend.c',
 | 
						|
	'cvt.c',
 | 
						|
	'drm.c',
 | 
						|
	'legacy.c',
 | 
						|
	'monitor.c',
 | 
						|
	'properties.c',
 | 
						|
	'renderer.c',
 | 
						|
	'util.c',
 | 
						|
)
 | 
						|
 | 
						|
features += { 'drm-backend': true }
 |