mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Rename bash completion file to pactl and install it with client build. Completions specific to daemon are now just symlinks, create target directory first to install them. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/659>
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
if get_option('client')
 | 
						|
  if zshcompletiondir != 'no'
 | 
						|
    install_data('_pulseaudio', install_dir : zshcompletiondir)
 | 
						|
  endif
 | 
						|
endif
 |