mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Use 128-bit hexadecimal string tokens generated with /dev/urandom instead of UUIDs for xdg-foreign handles, removing the libuuid dependency. Update readme and CI. Closes #2830. build: remove xdg-foreign feature With no external dependencies required, there's no reason not to always build it. Remove WLR_HAS_XDG_FOREIGN as well.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
wlr_files += files(
 | 
						|
	'array.c',
 | 
						|
	'global.c',
 | 
						|
	'log.c',
 | 
						|
	'region.c',
 | 
						|
	'shm.c',
 | 
						|
	'signal.c',
 | 
						|
	'time.c',
 | 
						|
	'token.c',
 | 
						|
)
 | 
						|
 |