mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
@@ -203,10 +203,10 @@ subdir('tests')
|
||||
|
||||
pkgconfig = import('pkgconfig')
|
||||
pkgconfig.generate(
|
||||
name: 'libfprint',
|
||||
name: meson.project_name(),
|
||||
description: 'Generic C API for fingerprint reader access',
|
||||
version: meson.project_version(),
|
||||
libraries: libfprint,
|
||||
subdirs: 'libfprint',
|
||||
filebase: 'libfprint2',
|
||||
subdirs: meson.project_name(),
|
||||
filebase: meson.project_name() + '2',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user