mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05: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')
 |