mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	build-sys: Update meson.build based on recent changes
Bump the protocol version, and drop (commented out) references to BlueZ 4.
This commit is contained in:
		
							parent
							
								
									ef094638f5
								
							
						
					
					
						commit
						d0a9eabbac
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ pa_version_micro = version_split[2]
 | 
				
			||||||
pa_version_major_minor = pa_version_major + '.' + pa_version_minor
 | 
					pa_version_major_minor = pa_version_major + '.' + pa_version_minor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pa_api_version = 12
 | 
					pa_api_version = 12
 | 
				
			||||||
pa_protocol_version = 31
 | 
					pa_protocol_version = 33
 | 
				
			||||||
 | 
					
 | 
				
			||||||
apiversion = '1.0'
 | 
					apiversion = '1.0'
 | 
				
			||||||
soversion = 0
 | 
					soversion = 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,8 +6,6 @@ all_modules = [
 | 
				
			||||||
  [ 'module-augment-properties', 'module-augment-properties.c' ],
 | 
					  [ 'module-augment-properties', 'module-augment-properties.c' ],
 | 
				
			||||||
  [ 'module-bluetooth-discover', 'bluetooth/module-bluetooth-discover.c' ],
 | 
					  [ 'module-bluetooth-discover', 'bluetooth/module-bluetooth-discover.c' ],
 | 
				
			||||||
  [ 'module-bluetooth-policy', 'bluetooth/module-bluetooth-policy.c' ],
 | 
					  [ 'module-bluetooth-policy', 'bluetooth/module-bluetooth-policy.c' ],
 | 
				
			||||||
#  [ 'module-bluez4-device', 'bluetooth/module-bluez4-device.c' ],
 | 
					 | 
				
			||||||
#  [ 'module-bluez4-discover', 'bluetooth/module-bluez4-discover.c' ],
 | 
					 | 
				
			||||||
#  [ 'module-bluez5-device', 'bluetooth/module-bluez5-device.c' ],
 | 
					#  [ 'module-bluez5-device', 'bluetooth/module-bluez5-device.c' ],
 | 
				
			||||||
#  [ 'module-bluez5-discover', 'bluetooth/module-bluez5-discover.c' ],
 | 
					#  [ 'module-bluez5-discover', 'bluetooth/module-bluez5-discover.c' ],
 | 
				
			||||||
#  [ 'module-bonjour-publish', 'macosx/module-bonjour-publish.c' ],
 | 
					#  [ 'module-bonjour-publish', 'macosx/module-bonjour-publish.c' ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue