aboutsummaryrefslogblamecommitdiffstats
path: root/common/meson.build
blob: c653dd7216970d7b22a20c84b4ce316954af77b1 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                 
              
                                     

                               
                        
                         
                         
                          

                             
          



                           

                                                                     
          
                                     
 
lib_sway_common = static_library(
	'sway-common',
	files(
		'background-image.c',
		'cairo.c',
		'ipc-client.c',
		'log.c',
		'loop.c',
		'list.c',
		'pango.c',
		'stringop.c',
		'util.c'
	),
	dependencies: [
		cairo,
		gdk_pixbuf,
		pango,
		pangocairo,
		wayland_client.partial_dependency(compile_args: true)
	],
	include_directories: sway_inc
)