From 02a1b7fca5a49cce57aff62a706ecb718550e88d Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Sat, 27 Apr 2019 12:11:58 -0400 Subject: [PATCH] flatpak: Add libdazzle to non-Devel manifest --- org.gnome.Podcasts.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/org.gnome.Podcasts.json b/org.gnome.Podcasts.json index 689ec25..ffe99ac 100644 --- a/org.gnome.Podcasts.json +++ b/org.gnome.Podcasts.json @@ -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", "builddir" : "true",