mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-10-29 05:40:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| jack_inc = include_directories('.')
 | |
| if get_option('jack-devel') == true
 | |
|   install_subdir('jack', install_dir: get_option('includedir'), strip_directory: false)
 | |
| endif
 | |
| subdir('src')
 | 
