commit a332e9302be45e96e62a33ea4de0bce47f1472d3
parent 18b7fc08faab23368eeecfb63028e1052793e28e
Author: Jacki <jacki@thejackimonster.de>
Date: Tue, 27 Jan 2026 02:29:54 +0100
Add libsecret to list of dependencies in README
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -42,6 +42,7 @@ The following dependencies are required and need to be installed to build the ap
- [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages
- [pipewire](https://gitlab.freedesktop.org/pipewire/pipewire): For capturing images from camera sensors
- [libportal](https://github.com/flatpak/libportal): For requesting permission to use certain system features
+ - [libsecret](https://gitlab.gnome.org/GNOME/libsecret): For storing and receiving secrets to encrypt/decrypt local keys
As additional step you will need to load all required git submodules via `git submodule init` and `git submodule update`. It is also possible to just add the `--recursive` flag while cloning the repository to do that automatically.