mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	This types adds a container for formats + modifiers. A list that is of [format [modifier]] was chosen instead of [format modifer] because that is how GBM accepts them. Co-Authored-By: emersion <contact@emersion.fr>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
install_headers(
 | 
						|
	'dmabuf.h',
 | 
						|
	'egl.h',
 | 
						|
	'drm_format_set.h',
 | 
						|
	'gles2.h',
 | 
						|
	'interface.h',
 | 
						|
	'wlr_renderer.h',
 | 
						|
	'wlr_texture.h',
 | 
						|
	subdir: 'wlr/render',
 | 
						|
)
 |