mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
icondir = get_option('icon_directory')
 | 
						|
if icondir == ''
 | 
						|
	icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons')
 | 
						|
endif
 | 
						|
 | 
						|
add_project_arguments('-DICONDIR="@0@"'.format(icondir), language : 'c')
 | 
						|
 | 
						|
wlr_files += files(
 | 
						|
	'wlr_xcursor.c',
 | 
						|
	'xcursor.c',
 | 
						|
)
 |