mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
lib_wlr_util = static_library(
 | 
						|
	'wlr_util',
 | 
						|
	files(
 | 
						|
		'array.c',
 | 
						|
		'log.c',
 | 
						|
		'os-compatibility.c',
 | 
						|
		'region.c',
 | 
						|
		'signal.c',
 | 
						|
	),
 | 
						|
	include_directories: wlr_inc,
 | 
						|
	dependencies: [wayland_server, pixman],
 | 
						|
)
 |