meson: Use more meson's project_name()

Not that libfprint is long to write, but in case we'll ever change the
basename, we do it once.
This commit is contained in:
Marco Trevisan (Treviño)
2019-12-16 19:02:00 +01:00
parent c806993cb9
commit c57defda92
4 changed files with 10 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')
docpath = join_paths(get_option('datadir'), 'gtk-doc', 'html')
gnome.gtkdoc('libfprint',
gnome.gtkdoc(meson.project_name(),
main_xml: 'libfprint-docs.xml',
src_dir: join_paths(meson.source_root(), 'libfprint'),
dependencies: libfprint_dep,