mirror of
				https://github.com/labwc/labwc.git
				synced 2025-10-29 05:40:24 -04:00 
			
		
		
		
	 715405fe29
			
		
	
	
		715405fe29
		
	
	
	
	
		
			
			Add -Dsvg=disabled to your meson setup/configure command to disable svg buttons even if the correct version of librsvg is available. Note that regardless of this patch and the value of the 'svg' variable, the build will gracefully fall back to not using librsvg if the correct version is not available. Helped-by: @01micko
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
 | |
| option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
 | |
| option('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
 | |
| option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
 |