Add wrap file for libsoup and libpsl
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 23 Jan 2019 21:06:02 +0000 (16:06 -0500)
committerXavier Claessens <xavier.claessens@collabora.com>
Wed, 23 Jan 2019 21:06:48 +0000 (16:06 -0500)
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.

subprojects/libpsl.wrap [new file with mode: 0644]
subprojects/libsoup.wrap [new file with mode: 0644]

diff --git a/subprojects/libpsl.wrap b/subprojects/libpsl.wrap
new file mode 100644 (file)
index 0000000..350e22e
--- /dev/null
@@ -0,0 +1,5 @@
+[wrap-git]
+directory=libpsl
+url=https://github.com/rockdaboot/libpsl.git
+revision=master
+clone-recursive=true
diff --git a/subprojects/libsoup.wrap b/subprojects/libsoup.wrap
new file mode 100644 (file)
index 0000000..812076d
--- /dev/null
@@ -0,0 +1,4 @@
+[wrap-git]
+directory=libsoup
+url=https://gitlab.gnome.org/gnome/libsoup.git
+revision=master