Add zlib, libffi, and proxy-libintl subproject wraps

This allows you to clone glib and just build it anywhere without any
extra dependencies besides Python 3 and Meson itself (and maybe git).
This commit is contained in:
Nirbheek Chauhan 2017-03-21 22:45:42 +05:30 committed by Matthias Clasen
parent dd8ff54736
commit 806a4be4cf
4 changed files with 13 additions and 1 deletions

2
.gitignore vendored
View File

@ -59,4 +59,4 @@ ChangeLog
# Meson
/meson-build/
/subprojects/
/subprojects/*/

4
subprojects/libffi.wrap Normal file
View File

@ -0,0 +1,4 @@
[wrap-git]
directory=libffi
url=https://github.com/centricular/libffi.git
revision=meson

View File

@ -0,0 +1,4 @@
[wrap-git]
directory=proxy-libintl
url=https://github.com/centricular/proxy-libintl.git
revision=master

4
subprojects/zlib.wrap Normal file
View File

@ -0,0 +1,4 @@
[wrap-git]
directory=zlib
url=https://github.com/centricular/zlib.git
revision=meson