2021-01-21 18:55:26 +00:00
|
|
|
if udev_hwdb_dir != ''
|
2021-01-20 19:02:05 +00:00
|
|
|
# This file has to be updated using
|
|
|
|
# ninja -C <builddir> libfprint/sync-udev-hwdb
|
2021-03-03 16:30:12 +00:00
|
|
|
# Note that the unsupported device list needs to be manually synced from
|
|
|
|
# the wiki. See comment in libfprint/fprint-list-uev-hwdb.c
|
2021-01-20 19:02:05 +00:00
|
|
|
|
|
|
|
install_data('autosuspend.hwdb',
|
2021-01-21 00:17:02 +00:00
|
|
|
rename: '60-autosuspend-@0@.hwdb'.format(versioned_libname),
|
2021-01-20 19:02:05 +00:00
|
|
|
install_dir: udev_hwdb_dir,
|
|
|
|
)
|
|
|
|
endif
|