Commit Graph

3 Commits

Author SHA1 Message Date
termux-pacman-bot
fb8127375c fix(main/libnfc): fix building with ./build-all.sh
Fixes the following error which appears during running `./build-all.sh`.
```
/home/builder/.termux-build/libnfc/src/examples/pn53x-tamashell.c:48:12: fatal error: 'readline/readline.h' file not found
   48 | #  include <readline/readline.h>
      |            ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
```

Since `libnfc.so` has only `libc.so` in `NEEDED` section I put `readline` to build dependency section.

Related to #21130.
2024-10-30 03:13:22 +00:00
termux-pacman-bot
cb82cb79f7 chore(main/libnfc): enable automatic updates [no ci] 2023-10-11 08:01:45 +00:00
Maxython
a8045c1cf7 packages/libnfc 2022-01-01 19:54:14 +03:00