mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
lib_sway_client = static_library(
 | 
						|
	'sway-client',
 | 
						|
	files(
 | 
						|
		'pool-buffer.c',
 | 
						|
	),
 | 
						|
	dependencies: [
 | 
						|
		cairo,
 | 
						|
		gdk_pixbuf,
 | 
						|
		pango,
 | 
						|
		pangocairo,
 | 
						|
		wlroots,
 | 
						|
		wayland_client,
 | 
						|
	],
 | 
						|
	link_with: [lib_sway_common],
 | 
						|
	include_directories: sway_inc
 | 
						|
)
 |