From 5ed1c419c650ec2fd3970e883d67157b15f7c224 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 7 May 2022 14:45:28 +0200 Subject: flatpak: Add libsoup for soup3 --- build-aux/org.gnome.Rygel.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'build-aux') diff --git a/build-aux/org.gnome.Rygel.json b/build-aux/org.gnome.Rygel.json index 4208e71a..15e7b71f 100644 --- a/build-aux/org.gnome.Rygel.json +++ b/build-aux/org.gnome.Rygel.json @@ -33,6 +33,21 @@ "*.a" ], "modules" : [ + { + "name" : "libsoup", + "buildsystem" : "meson", + "sources" : [ + { + "type" : "git", + "url" : "https://gitlab.gnome.org/GNOME/libsoup.git/", + "branch" : "master" + } + ], + "config-opts" : [ + "-Dtls_check=false", + "-Ddocs=disabled" + ] + }, { "name" : "gssdp", "buildsystem" : "meson", -- cgit v1.2.1