mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| executable(
 | |
| 	'swaybar', [
 | |
| 		'bar.c',
 | |
| 		'config.c',
 | |
| 		'i3bar.c',
 | |
| 		'input.c',
 | |
| 		'ipc.c',
 | |
| 		'main.c',
 | |
| 		'render.c',
 | |
| 		'status_line.c',
 | |
| 	],
 | |
| 	include_directories: [sway_inc],
 | |
| 	dependencies: [
 | |
| 		cairo,
 | |
| 		client_protos,
 | |
| 		gdk_pixbuf,
 | |
| 		jsonc,
 | |
| 		math,
 | |
| 		pango,
 | |
| 		pangocairo,
 | |
| 		rt,
 | |
| 		wayland_client,
 | |
| 		wayland_cursor,
 | |
| 		wlroots,
 | |
| 	],
 | |
| 	link_with: [lib_sway_common, lib_sway_client],
 | |
| 	install_rpath : rpathdir,
 | |
| 	install: true
 | |
| )
 | 
