mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	 236ca63419
			
		
	
	
		236ca63419
		
	
	
	
	
		
			
			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.
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| executable(
 | |
| 	'swaynag', [
 | |
| 		'config.c',
 | |
| 		'main.c',
 | |
| 		'render.c',
 | |
| 		'swaynag.c',
 | |
| 		'types.c',
 | |
| 	],
 | |
| 	include_directories: [sway_inc],
 | |
| 	dependencies: [
 | |
| 		cairo,
 | |
| 		client_protos,
 | |
| 		pango,
 | |
| 		pangocairo,
 | |
| 		wayland_client,
 | |
| 		wayland_cursor,
 | |
| 	],
 | |
| 	link_with: [lib_sway_common, lib_sway_client],
 | |
| 	install: true
 | |
| )
 |