mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	More readable and from the meson reference manual: (since 0.49.0) Using the/ operator on strings is equivalent to calling join_paths.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
alsaconfdir = pipewire_datadir / 'alsa' / 'alsa.conf.d'
 | 
						|
 | 
						|
install_data(['50-pipewire.conf', '99-pipewire-default.conf'],
 | 
						|
   install_dir: alsaconfdir,
 | 
						|
)
 |