mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	added fish to meson.build
This commit is contained in:
		
							parent
							
								
									4f57c3da0e
								
							
						
					
					
						commit
						f3c18336d2
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								meson.build
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								meson.build
									
										
									
									
									
								
							|  | @ -205,3 +205,14 @@ if (get_option('bash_completions')) | |||
| 
 | ||||
| 	install_data(bash_files, install_dir: bash_install_dir) | ||||
| endif | ||||
| 
 | ||||
| if (get_option('fish_completions')) | ||||
| 	fish_files = files( | ||||
| 		'completions/fish/sway.fish', | ||||
| 		'completions/fish/swaylock.fish', | ||||
| 		'completions/fish/swaymsg.fish', | ||||
| 	) | ||||
| 	fish_install_dir = datadir + '/fish/completions' | ||||
| 
 | ||||
| 	install_data(fish_files, install_dir: fish_install_dir) | ||||
| endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin Kalchev
						Martin Kalchev