mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Revert "Fix SYSCONFDIR to include "prefix""
This reverts commit 6942f5b684.
SYSCONFDIR should be "/etc" even when prefix="/usr" to be FHS compliant.
This is the default in meson from v0.44.
			
			
This commit is contained in:
		
							parent
							
								
									18a2646c1d
								
							
						
					
					
						commit
						615d4bf958
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -114,7 +114,7 @@ if scdoc.found()
 | 
				
			||||||
	endforeach
 | 
						endforeach
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_project_arguments('-DSYSCONFDIR="/@0@/@1@"'.format(prefix, sysconfdir), language : 'c')
 | 
					add_project_arguments('-DSYSCONFDIR="/@0@"'.format(sysconfdir), language : 'c')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version = get_option('sway-version')
 | 
					version = get_option('sway-version')
 | 
				
			||||||
if version != ''
 | 
					if version != ''
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue