Remove Fragile from the list of dependencies It is not necessary for building 'gio' anymore, since the upgrade to 'glib v2_58'. Remove "online" and "reset_lock" Meson-options Building Squeekboard should work offline. Use a single "Cargo.toml"-file instead of splitting it into parts and putting it back together when building. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/623>
		
			
				
	
	
		
			17 lines
		
	
	
		
			534 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			534 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
option('depdatadir',
 | 
						|
       type : 'string',
 | 
						|
       value : '',
 | 
						|
       description : 'System data path. Will be searched for definitions instead of datadir when provided')
 | 
						|
 | 
						|
option('tests',
 | 
						|
       type: 'boolean', value: true,
 | 
						|
       description: 'Whether to compile unit tests')
 | 
						|
 | 
						|
option('find_orphans',
 | 
						|
       type: 'boolean', value: false,
 | 
						|
       description: 'Check if all present layout files are included in resources.')
 | 
						|
 | 
						|
option('strict',
 | 
						|
       type: 'boolean', value: true,
 | 
						|
       description: 'Turn more warnings into errors')
 |