Skip to content

Commit 2ebd4e8

Browse files
Merge pull request #556 from wjt/push-spqykurmnrmk
Build libsecret without gcrypt
2 parents 3a37c32 + b946fe7 commit 2ebd4e8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

com.visualstudio.code.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,31 @@ cleanup:
4242
modules:
4343
- shared-modules/libusb/libusb.json
4444

45+
# Provide libsecret without gcrypt, forcing it to use the D-Bus backend
46+
# https://github.com/flathub/org.signal.Signal/pull/756/commits/2caf105b18f906e7707f67b3cf7384a21f461564
47+
- name: libsecret
48+
buildsystem: meson
49+
config-opts:
50+
- -Dmanpage=false
51+
- -Dcrypto=disabled
52+
- -Dvapi=false
53+
- -Dgtk_doc=false
54+
- -Dintrospection=false
55+
- -Dbash_completion=disabled
56+
cleanup:
57+
- /bin
58+
- /include
59+
- /lib/pkgconfig
60+
- /share/man
61+
sources:
62+
- type: archive
63+
url: https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz
64+
sha256: 163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20
65+
x-checker-data:
66+
type: gnome
67+
name: libsecret
68+
stable-only: true
69+
4570
- name: vscode
4671
buildsystem: simple
4772
build-commands:

0 commit comments

Comments
 (0)