Protect against NULL pointer dereference
[platform/upstream/atk.git] / docs / xml / meson.build
1 ent_conf = configuration_data()
2 ent_conf.set('PACKAGE', meson.project_name())
3 ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/atk')
4 ent_conf.set('PACKAGE_NAME', meson.project_name())
5 ent_conf.set('PACKAGE_STRING', meson.project_name())
6 ent_conf.set('PACKAGE_TARNAME', '@0@-@1@'.format(meson.project_name(), meson.project_version()))
7 ent_conf.set('PACKAGE_URL', 'https://developer.gnome.org/atk/stable')
8 ent_conf.set('PACKAGE_VERSION', meson.project_version())
9 ent_conf.set('PACKAGE_API_VERSION', atk_api_version)
10 configure_file(
11   input: 'gtkdocentities.ent.in',
12   output: 'gtkdocentities.ent',
13   configuration: ent_conf,
14 )