mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	It is required for include path if wlroots is not built in standard path, but found through pkg-config
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
lib_sway_common = static_library('sway-common',
 | 
						|
	files(
 | 
						|
		'log.c',
 | 
						|
		'list.c',
 | 
						|
		'util.c',
 | 
						|
		'stringop.c',
 | 
						|
		'readline.c',
 | 
						|
		'ipc-client.c'
 | 
						|
	),
 | 
						|
	dependencies: [ wlroots ],
 | 
						|
	include_directories: sway_inc
 | 
						|
)
 |