1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-10 13:59:33 +00:00

flatpak: Add feedbackd, dependencies to flatpak

Added feedbackd to the Flatpak manifest, so that Calls builds again.

Fixes #164.
This commit is contained in:
James Westman 2020-07-23 11:50:51 -05:00
parent b95de5c9e0
commit 6fe3639cc9

View file

@ -249,6 +249,18 @@
}
]
},
{
"name" : "feedbackd",
"buildsystem" : "meson",
"config-opts" : [ "-Ddaemon=false" ],
"sources" : [
{
"type" : "archive",
"url" : "https://source.puri.sm/Librem5/feedbackd/-/archive/v0.0.0+git20200714/feedbackd-v0.0.0+git20200714.tar.gz",
"sha256" : "c64fe60926f7e2423e39c31d5d1ca05aa258504d4f504bf9658569eb25567638"
}
]
},
{
"name" : "calls",
"buildsystem" : "meson",