2018-05-23 09:52:58 +01:00
|
|
|
ent_conf = configuration_data()
|
|
|
|
ent_conf.set('PACKAGE', 'Calls')
|
2021-07-10 04:42:50 +02:00
|
|
|
ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/calls/issues')
|
2018-05-23 09:52:58 +01:00
|
|
|
ent_conf.set('PACKAGE_NAME', 'Calls')
|
|
|
|
ent_conf.set('PACKAGE_STRING', 'calls')
|
|
|
|
ent_conf.set('PACKAGE_TARNAME', 'calls-' + meson.project_version())
|
2021-07-10 04:42:50 +02:00
|
|
|
ent_conf.set('PACKAGE_URL', 'https://gitlab.gnome.org/GNOME/calls')
|
2018-05-23 09:52:58 +01:00
|
|
|
ent_conf.set('PACKAGE_VERSION', meson.project_version())
|
|
|
|
configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)
|