You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							996 B
						
					
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							996 B
						
					
					
				install_headers(
 | 
						|
	'config-parser.h',
 | 
						|
	'libweston.h',
 | 
						|
	'matrix.h',
 | 
						|
	'plugin-registry.h',
 | 
						|
	'windowed-output-api.h',
 | 
						|
	'weston-log.h',
 | 
						|
	'zalloc.h',
 | 
						|
	subdir: dir_include_libweston_install
 | 
						|
)
 | 
						|
 | 
						|
backend_drm_h =      files('backend-drm.h')
 | 
						|
backend_fbdev_h =    files('backend-fbdev.h')
 | 
						|
backend_headless_h = files('backend-headless.h')
 | 
						|
backend_rdp_h =      files('backend-rdp.h')
 | 
						|
backend_wayland_h =  files('backend-wayland.h')
 | 
						|
backend_x11_h =      files('backend-x11.h')
 | 
						|
 | 
						|
xwayland_api_h = files('xwayland-api.h')
 | 
						|
 | 
						|
libweston_version_h = configuration_data()
 | 
						|
libweston_version_h.set('WESTON_VERSION_MAJOR', version_weston_arr[0])
 | 
						|
libweston_version_h.set('WESTON_VERSION_MINOR', version_weston_arr[1])
 | 
						|
libweston_version_h.set('WESTON_VERSION_MICRO', version_weston_arr[2])
 | 
						|
libweston_version_h.set('WESTON_VERSION', version_weston)
 | 
						|
version_h = configure_file(
 | 
						|
	input: 'version.h.in',
 | 
						|
	output: 'version.h',
 | 
						|
	configuration: libweston_version_h
 | 
						|
)
 | 
						|
install_headers(version_h, subdir: dir_include_libweston_install)
 | 
						|
 |