diff options
author | Dylan Baker <[email protected]> | 2018-04-05 16:14:07 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-09-10 20:36:47 +0000 |
commit | 8ba86ad55c5a0a5a6c4ed25443d06442caa5072d (patch) | |
tree | 0f63b7ec46a228879018fbc481affbbab1a3c2a3 /subprojects | |
parent | 49fe44fe5a09d030801b814ececf2f11857c82bc (diff) |
meson: add a zlib subproject
To help windows build
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/zlib.wrap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/zlib.wrap b/subprojects/zlib.wrap new file mode 100644 index 00000000000..f459463bb59 --- /dev/null +++ b/subprojects/zlib.wrap @@ -0,0 +1,10 @@ +[wrap-file] +directory = zlib-1.2.11 + +source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz +source_filename = zlib-1.2.11.tar.gz +source_hash = c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 + +patch_url = https://wrapdb.mesonbuild.com/v1/projects/zlib/1.2.11/2/get_zip +patch_filename = zlib-1.2.11-2-wrap.zip +patch_hash = aed811a48707be2a374a230c01e2efa17b385fe7e88f4ac0ee122093766aab2b |