mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			604 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			604 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
labwc_sources = files(
 | 
						|
  'action.c',
 | 
						|
  'buffer.c',
 | 
						|
  'cursor.c',
 | 
						|
  'debug.c',
 | 
						|
  'desktop.c',
 | 
						|
  'dnd.c',
 | 
						|
  'foreign.c',
 | 
						|
  'interactive.c',
 | 
						|
  'keyboard.c',
 | 
						|
  'key-state.c',
 | 
						|
  'layers.c',
 | 
						|
  'main.c',
 | 
						|
  'node.c',
 | 
						|
  'osd.c',
 | 
						|
  'output.c',
 | 
						|
  'regions.c',
 | 
						|
  'resistance.c',
 | 
						|
  'seat.c',
 | 
						|
  'server.c',
 | 
						|
  'touch.c',
 | 
						|
  'theme.c',
 | 
						|
  'view.c',
 | 
						|
  'view-impl-common.c',
 | 
						|
  'workspaces.c',
 | 
						|
  'xdg.c',
 | 
						|
  'xdg-popup.c',
 | 
						|
)
 | 
						|
 | 
						|
if have_xwayland
 | 
						|
  labwc_sources += files(
 | 
						|
    'xwayland.c',
 | 
						|
    'xwayland-unmanaged.c',
 | 
						|
  )
 | 
						|
endif
 | 
						|
 | 
						|
 | 
						|
subdir('common')
 | 
						|
subdir('config')
 | 
						|
subdir('decorations')
 | 
						|
subdir('xbm')
 | 
						|
subdir('menu')
 | 
						|
subdir('ssd')
 |