mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
lib_wlr_xcursor = static_library(
 | 
						|
	'wlr_xcursor',
 | 
						|
	files(
 | 
						|
		'xcursor.c',
 | 
						|
		'wlr_xcursor.c',
 | 
						|
	),
 | 
						|
	include_directories: wlr_inc,
 | 
						|
	dependencies: [egl] # header required via include/wlr/render.h
 | 
						|
)
 |