mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| 
								 | 
							
								alsa_sources = ['alsa.c',
							 | 
						||
| 
								 | 
							
								                'alsa-sink.c']
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								alsalib = shared_library('spa-alsa',
							 | 
						||
| 
								 | 
							
								                          alsa_sources,
							 | 
						||
| 
								 | 
							
								                          include_directories : inc,
							 | 
						||
| 
								 | 
							
								                          dependencies : alsa_dep,
							 | 
						||
| 
								 | 
							
								                          link_with : spalib,
							 | 
						||
| 
								 | 
							
								                          install : true)
							 |