mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
labwc_sources = files(
 | 
						|
  'action.c',
 | 
						|
  'cursor.c',
 | 
						|
  'deco.c',
 | 
						|
  'desktop.c',
 | 
						|
  'interactive.c',
 | 
						|
  'keyboard.c',
 | 
						|
  'layers.c',
 | 
						|
  'main.c',
 | 
						|
  'osd.c',
 | 
						|
  'output.c',
 | 
						|
  'seat.c',
 | 
						|
  'server.c',
 | 
						|
  'view.c',
 | 
						|
  'xdg.c',
 | 
						|
  'xwayland.c',
 | 
						|
  'xwayland-unmanaged.c',
 | 
						|
)
 | 
						|
 | 
						|
subdir('common')
 | 
						|
subdir('config')
 | 
						|
subdir('theme')
 | 
						|
subdir('xbm')
 | 
						|
subdir('menu')
 |