summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-07 14:45:28 +0200
committerJens Georg <mail@jensge.org>2022-05-24 18:19:45 +0000
commit5ed1c419c650ec2fd3970e883d67157b15f7c224 (patch)
tree80e7055e7e10a9f3f665fd9632f5188f24c1db00 /build-aux
parent7a471a9994bd4be4a70a21519cecfb7c4a234fd2 (diff)
downloadrygel-5ed1c419c650ec2fd3970e883d67157b15f7c224.tar.gz
flatpak: Add libsoup for soup3
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/org.gnome.Rygel.json15
1 files changed, 15 insertions, 0 deletions
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
@@ -34,6 +34,21 @@
],
"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",
"sources" : [