mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	All files in spa/include are being installed anyway, so to avoid having to list each file one-by-one let's use meson's install_subdir() to install all of them in one go.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
install_subdir('spa',
 | 
						|
  install_dir : get_option('includedir') / spa_name
 | 
						|
)
 |