libfprint/libfprint
Marco Trevisan (Treviño) f0d4a8830b libfprint/build: Ignore LD_LIBRARY_PATH (and use rpath) on local binaries
DT_RUNPATH is intentionally searched after $LD_LIBRARY_PATH.
-Wl,--disable-new-dtags switches to the old DT_RPATH tag, which is searched
before $LD_LIBRARY_PATH. So the embedded paths in the build binary will now
win over whatever is in the environment.

Not breaking builds.
2026-06-19 15:37:34 +02:00
..
drivers focaltech_moc: Check transfer lengths 2026-06-18 18:10:39 +02:00
nbis nbis: fix build on musl 2022-07-03 02:36:55 +01:00
drivers_api.h spi-transfer: Add SPI transfer helper routines 2021-04-08 16:52:20 +00:00
empty_file build: Remove the need to modify sources for new drivers 2018-05-24 12:23:39 +02:00
fp-context.c fp-context: use g_strv_contains instead of manual labor 2024-02-13 15:25:15 +01:00
fp-context.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-device-private.h cleanup: Use non-const pointers for non constant cases 2024-02-19 22:14:14 +01:00
fp-device.c fp-device: Clarify getter for open property 2025-12-06 03:17:52 +01:00
fp-device.h fp-device: Clarify docs about FP_DEVICE_RETRY_TOO_FAST 2025-02-20 17:20:03 +01:00
fp-image-device-private.h image-device: Remove cancelling boolean from private data 2020-11-04 14:13:00 +01:00
fp-image-device.c Allow FpPrint data to be extended on enrollment. 2021-12-16 12:53:41 +01:00
fp-image-device.h fp-image-device: Properly include fp-device.h 2020-06-16 22:49:38 +02:00
fp-image.c fp-image: Do not start thread detection task thread if already running 2023-11-24 21:02:50 +01:00
fp-image.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-print-private.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fp-print.c fp-print: Do not check compile-time macros at runtime 2024-02-13 14:36:46 +01:00
fp-print.h scripts/uncrustify: Use 2-spaces indentation for defines too 2025-02-20 15:50:46 +00:00
fpi-assembling.c assembling: Fix copying only partial tile on overhang 2021-06-23 22:33:07 +02:00
fpi-assembling.h fpi-assemping: Do not include unneeded headers and do not use absolute search paths 2021-03-03 19:40:49 +01:00
fpi-byte-reader.c fpi-byte-reader: Add support to read to a static buffer 2026-06-08 12:44:44 +00:00
fpi-byte-reader.h fpi-byte-reader: Add support to read to a static buffer 2026-06-08 12:44:44 +00:00
fpi-byte-utils.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-writer.c fpi-byte-writer: Add APIs to write and get GBytes 2026-06-08 12:44:44 +00:00
fpi-byte-writer.h fpi-byte-writer: Add APIs to write and get GBytes 2026-06-08 12:44:44 +00:00
fpi-compat.h build: Build-depend on glib 2.68 2024-02-19 22:23:02 +01:00
fpi-context.h compat: Add compatibility defines for older GLib 2020-02-10 11:40:40 +01:00
fpi-device.c docs: Address various issues leading to wrong docs 2026-06-11 15:15:48 +02:00
fpi-device.h docs: Address various issues leading to wrong docs 2026-06-11 15:15:48 +02:00
fpi-image-device.c fpi-device: Clarify transfer of errors in device complete tasks 2024-04-17 17:00:47 +00:00
fpi-image-device.h image-device: Redefine internal states and valid transitions 2020-11-04 14:13:00 +01:00
fpi-image.c fp-image: Remove config.h inclusion in fpi-header 2022-10-13 20:35:52 +00:00
fpi-image.h docs: Address various issues leading to wrong docs 2026-06-11 15:15:48 +02:00
fpi-log.h scripts/uncrustify: Use 2-spaces indentation for defines too 2025-02-20 15:50:46 +00:00
fpi-minutiae.h cleanup: Don't make nbis depend on libfprint built-sources 2019-12-04 18:50:46 +01:00
fpi-print.c docs: Address various issues leading to wrong docs 2026-06-11 15:15:48 +02:00
fpi-print.h docs: Address various issues leading to wrong docs 2026-06-11 15:15:48 +02:00
fpi-spi-transfer.c spi: Fix pointer cast on 32bit architectures 2021-07-06 20:56:16 +00:00
fpi-spi-transfer.h spi-transfer: Add SPI transfer helper routines 2021-04-08 16:52:20 +00:00
fpi-ssm.c cleanup: Use non-const pointers for non constant cases 2024-02-19 22:14:14 +01:00
fpi-ssm.h scripts/uncrustify: Use 2-spaces indentation for defines too 2025-02-20 15:50:46 +00:00
fpi-usb-transfer.c fpi-usb-transfer: Wrap g_error_new arguments 2026-06-08 14:45:40 +02:00
fpi-usb-transfer.h usb: Annotate access to USB buffers 2020-10-07 13:22:18 +02:00
fprint-list-metainfo.c fprint-list-metainfo: Write errors messages to stderr by default 2026-06-19 12:10:33 +02:00
fprint-list-supported-devices.c Fix typo of libfprint in supported devices list 2024-02-13 16:13:10 +00:00
fprint-list-udev-hwdb.c libfprint/fprint-list-udev-hwdb: Drop mafpmoc from unsupported list 2026-06-18 15:47:34 +02:00
fprint-list-udev-rules.c list-udev-rules: Add udev rule generation for SPI 2021-06-22 19:13:48 +00:00
fprint.h Uncrustify everything except for nbis 2019-11-20 20:38:06 +01:00
libfprint.ver fprint: Move drivers to private internal library 2019-12-12 19:03:57 +01:00
meson.build libfprint/build: Ignore LD_LIBRARY_PATH (and use rpath) on local binaries 2026-06-19 15:37:34 +02:00