Skip to content

Commit

Permalink
Build libsecret without gcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Sep 29, 2024
1 parent 6944004 commit 117ef20
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions org.signal.Signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,24 @@ finish-args:
- --env=XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

modules:
- name: libsecret
buildsystem: meson
config-opts:
- -Dgcrypt=false
- -Dgtk_doc=false
- -Dintrospection=false
- -Dmanpage=false
- -Dvapi=false
cleanup:
- /bin
- /include
- /lib/pkgconfig
- /share/man
sources:
- type: archive
url: https://gitlab.gnome.org/GNOME/libsecret/-/archive/0.20.5/libsecret-0.20.5.tar.gz
sha256: b33b9542222ea8866f6ff2d31c0ad373877c2277db546ca00cc7fdda9cbab1c3

- name: signal-desktop
buildsystem: simple
build-commands:
Expand Down

0 comments on commit 117ef20

Please sign in to comment.