mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	build: remove rootston from wlroots subproject
Fixes an invalid option warning from Meson.
This commit is contained in:
		
							parent
							
								
									cf18bd8879
								
							
						
					
					
						commit
						352a3e1f79
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -60,7 +60,7 @@ git            = find_program('git', native: true, required: false)
 | 
				
			||||||
wlroots_version = ['>=0.7.0', '<0.8.0']
 | 
					wlroots_version = ['>=0.7.0', '<0.8.0']
 | 
				
			||||||
wlroots_proj = subproject(
 | 
					wlroots_proj = subproject(
 | 
				
			||||||
	'wlroots',
 | 
						'wlroots',
 | 
				
			||||||
	default_options: ['rootston=false', 'examples=false'],
 | 
						default_options: ['examples=false'],
 | 
				
			||||||
	required: false,
 | 
						required: false,
 | 
				
			||||||
	version: wlroots_version,
 | 
						version: wlroots_version,
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue