build: Fix fprint.h install destination
Since the port to meson, fprint.h was installing to $includedir instead of $includedir/libfprint/
This commit is contained in:
parent
79d65c907f
commit
31bad8ddd2
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ libfprint = library('fprint',
|
|||
libfprint_dep = declare_dependency(link_with: libfprint,
|
||||
include_directories: root_inc)
|
||||
|
||||
install_headers(['fprint.h'])
|
||||
install_headers(['fprint.h'], subdir: 'libfprint')
|
||||
|
||||
udev_rules = executable('fprint-list-udev-rules',
|
||||
'fprint-list-udev-rules.c',
|
||||
|
|
Loading…
Reference in a new issue