data: Keep using versioned libname for hwdb file
This commit is contained in:
parent
018641ad20
commit
2f6adce2fa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ if get_option('udev_rules')
|
|||
# ninja -C <builddir> libfprint/sync-udev-hwdb
|
||||
|
||||
install_data('autosuspend.hwdb',
|
||||
rename: '60-autosuspend-@0@.hwdb'.format(meson.project_name()),
|
||||
rename: '60-autosuspend-@0@.hwdb'.format(versioned_libname),
|
||||
install_dir: udev_hwdb_dir,
|
||||
)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue