mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
10 lines
274 B
Meson
10 lines
274 B
Meson
if get_option('udev_rules')
|
|
# This file has to be updated using
|
|
# ninja -C <builddir> libfprint/sync-udev-hwdb
|
|
|
|
install_data('autosuspend.hwdb',
|
|
rename: '60-autosuspend-@0@.hwdb'.format(versioned_libname),
|
|
install_dir: udev_hwdb_dir,
|
|
)
|
|
endif
|