mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	build-sys: Remove version number from the module path
When packaging a new version for OpenEmbedded, I use the buildhistory-diff tool to check what changed between the versions. The version number in the module directory means that I get tons of diff output due to changes in file paths. There are many removed and added files and it's hard to see if something else than just the version number changed. That motivated me to write this patch. Removing the version number has the downside that it makes it easier to have version mismatches between the daemon and the modules, but https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/249 will make the handling of such situations better. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/230>
This commit is contained in:
		
							parent
							
								
									735eb05e64
								
							
						
					
					
						commit
						2c7c0f0912
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -85,7 +85,7 @@ pulsesysconfdir = join_paths(sysconfdir, 'pulse') | ||||||
| 
 | 
 | ||||||
| modlibexecdir = get_option('modlibexecdir') | modlibexecdir = get_option('modlibexecdir') | ||||||
| if modlibexecdir == '' | if modlibexecdir == '' | ||||||
|   modlibexecdir = join_paths(libdir, 'pulse-' + pa_version_major_minor, 'modules') |   modlibexecdir = join_paths(libdir, 'pulseaudio', 'modules') | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
| padsplibdir = get_option('padsplibdir') | padsplibdir = get_option('padsplibdir') | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tanu Kaskinen
						Tanu Kaskinen