mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| 
								 | 
							
								wlr_files += files(
							 | 
						||
| 
								 | 
							
								    'direct-ipc.c',
							 | 
						||
| 
								 | 
							
								    'direct.c',
							 | 
						||
| 
								 | 
							
								    'session.c',
							 | 
						||
| 
								 | 
							
								)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if dep_systemd.found()
							 | 
						||
| 
								 | 
							
								    wlr_files += files('logind.c')
							 | 
						||
| 
								 | 
							
								endif
							 |