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:
@@ -251,7 +251,9 @@ libfprint_dep = declare_dependency(link_with: libfprint,
|
||||
gusb_dep,
|
||||
])
|
||||
|
||||
install_headers(['fprint.h'] + libfprint_public_headers, subdir: 'libfprint')
|
||||
install_headers(['fprint.h'] + libfprint_public_headers,
|
||||
subdir: meson.project_name()
|
||||
)
|
||||
|
||||
libfprint_private_dep = declare_dependency(
|
||||
include_directories: include_directories('.'),
|
||||
|
||||
Reference in New Issue
Block a user