Skip to content

Commit

Permalink
build-aux: Add libsecret to flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Jun 25, 2023
1 parent 620d290 commit 199df6b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-aux/com.obsproject.Studio.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"modules/40-usrsctp.json",
"modules/50-jansson.json",
"modules/50-libdatachannel.json",
"modules/50-libsecret.json",
"modules/50-ntv2.json",
"modules/50-pipewire.json",
"modules/50-swig.json",
Expand Down
23 changes: 23 additions & 0 deletions build-aux/modules/50-libsecret.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "libsecret",
"buildsystem": "meson",
"config-opts": [
"-Dmanpage=false",
"-Dvapi=false",
"-Dgtk_doc=false",
"-Dintrospection=false"
],
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
"/share/man"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz",
"sha256": "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d"
}
]
}

0 comments on commit 199df6b

Please sign in to comment.