Commit f3ae7b4
fix(flatpak): unbreak build — pcsc-lite 2.3.0 pruned upstream, switch to meson
The v0.7.3 Flatpak build failed at "download sources": pcsclite.apdu.fr keeps
only the latest ~2 releases, so the pinned pcsc-lite-2.3.0.tar.xz now 404s. The
current releases (2.5.x) are meson-only (no ./configure), so this bumps to 2.5.1
AND switches the module from autotools to meson. We bundle only the libpcsclite
client lib (the daemon is the host's), so it disables systemd/polkit/udev and
the USB/serial reader backends — meson.build confirms those are optional with no
error path, leaving the lib with no optional deps. External rot, unrelated to
v0.7.3's code.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6ff8f64 commit f3ae7b4
1 file changed
Lines changed: 18 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| |||
0 commit comments