| 
									
										
										
										
											2016-12-07 05:28:33 -05:00
										 |  |  | ent_conf = configuration_data()
 | 
					
						
							|  |  |  | ent_conf.set('PACKAGE', 'glib')
 | 
					
						
							| 
									
										
										
										
											2018-05-31 23:44:02 +02:00
										 |  |  | ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/glib/issues/new')
 | 
					
						
							| 
									
										
										
										
											2016-12-07 05:28:33 -05:00
										 |  |  | ent_conf.set('PACKAGE_NAME', 'glib')
 | 
					
						
							|  |  |  | ent_conf.set('PACKAGE_STRING', 'glib')
 | 
					
						
							|  |  |  | ent_conf.set('PACKAGE_TARNAME', 'glib')
 | 
					
						
							|  |  |  | ent_conf.set('PACKAGE_URL', 'FIXME')
 | 
					
						
							|  |  |  | ent_conf.set('PACKAGE_VERSION', glib_version)
 | 
					
						
							|  |  |  | ent_conf.set('PACKAGE_API_VERSION', glib_api_version)
 | 
					
						
							|  |  |  | configure_file(
 | 
					
						
							|  |  |  |   input: 'gtkdocentities.ent.in',
 | 
					
						
							|  |  |  |   output: 'gtkdocentities.ent',
 | 
					
						
							|  |  |  |   configuration: ent_conf
 | 
					
						
							|  |  |  | )
 |