flatpak: Add libdazzle to non-Devel manifest

This commit is contained in:
Christopher Davis 2019-04-27 12:11:58 -04:00
parent 61c26a3078
commit 02a1b7fca5

View File

@ -60,6 +60,21 @@
} }
] ]
}, },
{
"name" : "libdazzle",
"buildsystem" : "meson",
"cleanup" : [
"/include",
"/lib/pkgconfig"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libdazzle.git",
"branch" : "libdazzle-3-32"
}
]
},
{ {
"name" : "gnome-podcasts", "name" : "gnome-podcasts",
"builddir" : "true", "builddir" : "true",