Add Meson build system
[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://bugzilla.gnome.org/enter_bug.cgi?product=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(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)