mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-09 04:40:06 +00:00
12 lines
408 B
Meson
12 lines
408 B
Meson
if udev_hwdb_dir != ''
|
|
# This file has to be updated using
|
|
# meson compile -C <builddir> sync-udev-hwdb
|
|
# Note that the unsupported device list needs to be manually synced from
|
|
# the wiki. See comment in libfprint/fprint-list-uev-hwdb.c
|
|
|
|
install_data('autosuspend.hwdb',
|
|
rename: '60-autosuspend-@0@.hwdb'.format(versioned_libname),
|
|
install_dir: udev_hwdb_dir,
|
|
)
|
|
endif
|