mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	The new upstream is https://github.com/swaywm/swaybg This commit also refactors our use of gdk-pixbuf a bit, since the only remaining reverse dependency is swaybar tray support.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
lib_sway_client = static_library(
 | 
						|
	'sway-client',
 | 
						|
	files(
 | 
						|
		'pool-buffer.c',
 | 
						|
	),
 | 
						|
	dependencies: [
 | 
						|
		cairo,
 | 
						|
		pango,
 | 
						|
		pangocairo,
 | 
						|
		wayland_client
 | 
						|
	],
 | 
						|
	link_with: [lib_sway_common],
 | 
						|
	include_directories: sway_inc
 | 
						|
)
 |