mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	meson: fix pulseaudio check
This commit is contained in:
		
							parent
							
								
									a738b73567
								
							
						
					
					
						commit
						2d75d96d67
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -150,7 +150,7 @@ dbus_dep = dependency('dbus-1')
 | 
				
			||||||
#optional dependencies
 | 
					#optional dependencies
 | 
				
			||||||
jack_dep = dependency('jack', version : '>= 1.9.10', required : false)
 | 
					jack_dep = dependency('jack', version : '>= 1.9.10', required : false)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pulseaudio_dep = dependency('pulseaudio', version : '>= 11.09', required : false)
 | 
					pulseaudio_dep = dependency('libpulse', version : '>= 11.1', required : false)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if get_option('enable_gstreamer')
 | 
					if get_option('enable_gstreamer')
 | 
				
			||||||
  glib_dep = dependency('glib-2.0', version : '>=2.32.0')
 | 
					  glib_dep = dependency('glib-2.0', version : '>=2.32.0')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue