Files
libfprint/data/meson.build
T

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