- update to 1.94.10+tod1 * synaptics: Add USB reset in probe to recover stall condition * synaptics: New PIDs 0x0169, 0x019F, 0x00E9, 0x01A0, 0x0109, 0x010A * goodixmoc: New PID 0x66A9 * goodixmoc: Fix crash in exit callback handler * fpcmoc: New PID 0xA306 * fpcmoc: Fix interrupt cancellable leak * elanmoc: New PIDs 0x0CA7, 0x0CA8, 0x0CB0 * egismoc: New PIDs 0x0584, 0x0588 * focaltech_moc: New PIDs 0xA27A, 0x1579 * realtek: New PID 0xFA03 * fp-device: Clarify getter for open property * libfprint: Use fatal-warnings on g-i-scanner OBS-URL: https://build.opensuse.org/request/show/1332535 OBS-URL: https://build.opensuse.org/package/show/hardware/libfprint?expand=0&rev=70
12 lines
459 B
Diff
12 lines
459 B
Diff
--- a/libfprint/tod/meson.build 2026-02-11 19:28:06.946827977 +0100
|
|
+++ b/libfprint/tod/meson.build 2026-02-11 19:30:55.395942914 +0100
|
|
@@ -18,7 +18,7 @@
|
|
if meson.version().version_compare('>=1.4')
|
|
mapfile_path = mapfile.full_path()
|
|
else
|
|
- mapfile_path = meson.project_source_root() / '@0@'.format(mapfile)
|
|
+ mapfile_path = meson.project_build_root() / '@0@'.format(mapfile)
|
|
endif
|
|
|
|
libfprint_tod_private = static_library('fprint-tod-private',
|