| 
							
							srcs_miext_rootless = [
 | 
						
						
						
						
							 | 
							
							        'rootlessCommon.c',
 | 
						
						
						
						
							 | 
							
							        'rootlessGC.c',
 | 
						
						
						
						
							 | 
							
							        'rootlessScreen.c',
 | 
						
						
						
						
							 | 
							
							        'rootlessValTree.c',
 | 
						
						
						
						
							 | 
							
							        'rootlessWindow.c',
 | 
						
						
						
						
							 | 
							
							]
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							libxserver_miext_rootless = static_library('libxserver_miext_rootless',
 | 
						
						
						
						
							 | 
							
							        srcs_miext_rootless,
 | 
						
						
						
						
							 | 
							
							        include_directories: inc,
 | 
						
						
						
						
							 | 
							
							        dependencies: common_dep,
 | 
						
						
						
						
							 | 
							
							)
 |