mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Allow selecting whether the GLES2 renderer gets enabled. Co-authored-by: Simon Ser <contact@emersion.fr>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
pixman = dependency('pixman-1')
 | 
						|
 | 
						|
wlr_deps += pixman
 | 
						|
 | 
						|
wlr_files += files(
 | 
						|
	'pixel_format.c',
 | 
						|
	'renderer.c',
 | 
						|
)
 |