There are still remnants of the old build system (for example, the build derivations are not yet updated at all), but we'll get there.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			81 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			81 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
misc_dirs = [
 | 
						|
  'systemd',
 | 
						|
]
 | 
						|
 | 
						|
foreach dir : misc_dirs
 | 
						|
    subdir(dir)
 | 
						|
endforeach
 |