2018-05-17 00:58:59 +00:00
|
|
|
ent_conf = configuration_data()
|
|
|
|
ent_conf.set('PACKAGE', 'libfprint')
|
2018-06-18 10:44:39 +00:00
|
|
|
ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/libfprint/libfprint/issues')
|
2018-05-17 00:58:59 +00:00
|
|
|
ent_conf.set('PACKAGE_NAME', 'libfprint')
|
|
|
|
ent_conf.set('PACKAGE_STRING', 'libfprint')
|
|
|
|
ent_conf.set('PACKAGE_TARNAME', 'libfprint-' + meson.project_version())
|
2018-06-18 10:44:39 +00:00
|
|
|
ent_conf.set('PACKAGE_URL', 'https://fprint.freedesktop.org/')
|
2018-05-17 00:58:59 +00:00
|
|
|
ent_conf.set('PACKAGE_VERSION', meson.project_version())
|
|
|
|
ent_conf.set('PACKAGE_API_VERSION', '1.0')
|
2019-11-21 19:37:17 +00:00
|
|
|
configure_file(input: 'gtkdocentities.ent.in',
|
|
|
|
output: 'gtkdocentities.ent',
|
|
|
|
configuration: ent_conf)
|