meson: Use versioned name for autosuspend udev rules
Given distros may have the previous value around, let's rename this too
This commit is contained in:
parent
23fab3a20a
commit
2c9e252ca4
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ udev_rules = executable('fprint-list-udev-rules',
|
|||
|
||||
if get_option('udev_rules')
|
||||
custom_target('udev-rules',
|
||||
output: '60-fprint-autosuspend.rules',
|
||||
output: '60-@0@-autosuspend.rules'.format(versioned_libname),
|
||||
capture: true,
|
||||
command: [ udev_rules ],
|
||||
install: true,
|
||||
|
|
Loading…
Reference in a new issue