diff options
author | Jens Georg <mail@jensge.org> | 2022-07-09 11:45:29 +0200 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2022-07-09 11:45:29 +0200 |
commit | 40fe88642a980bada88d2c1c9b08a45a88b72bbe (patch) | |
tree | 6ee333ba211e6db197c2260b6a4bde48009e1fee | |
parent | f95b1cc3354caf26dbf1c36943b97b8b532ac222 (diff) | |
download | rygel-40fe88642a980bada88d2c1c9b08a45a88b72bbe.tar.gz |
flatpak: Drop libsoup3
This should be in master
-rw-r--r-- | build-aux/org.gnome.Rygel.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/build-aux/org.gnome.Rygel.json b/build-aux/org.gnome.Rygel.json index 729e253e..755d79da 100644 --- a/build-aux/org.gnome.Rygel.json +++ b/build-aux/org.gnome.Rygel.json @@ -34,21 +34,6 @@ ], "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" : [ |