mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-15 12:55:36 +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:
parent
b95de5c9e0
commit
6fe3639cc9
1 changed files with 12 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue