mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user