Add wrap file for libsoup and libpsl

libpsl is a dependency if libsoup that has an upstream Meson build
system (in master only).

libsoup also needs libxml2 but we already have a wrap file for it.

The only remaining dependency that must come from the system is sqlite3.
This commit is contained in:
Xavier Claessens 2019-01-23 16:06:02 -05:00
parent db09aaf9a3
commit 8c04a523ee
2 changed files with 9 additions and 0 deletions

5
subprojects/libpsl.wrap Normal file
View file

@ -0,0 +1,5 @@
[wrap-git]
directory=libpsl
url=https://github.com/rockdaboot/libpsl.git
revision=master
clone-recursive=true

4
subprojects/libsoup.wrap Normal file
View file

@ -0,0 +1,4 @@
[wrap-git]
directory=libsoup
url=https://gitlab.gnome.org/gnome/libsoup.git
revision=master