diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-04-18 13:01:09 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-09-10 20:36:47 +0000 |
commit | b9fa7ec4fa05f51968421b19f9408114f3586342 (patch) | |
tree | 7bd2cb6622c6b1f839f70f10d904fe3192cf0706 /subprojects | |
parent | 8ba86ad55c5a0a5a6c4ed25443d06442caa5072d (diff) |
meson: add a expat subproject
For Windows
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/expat.wrap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/expat.wrap b/subprojects/expat.wrap new file mode 100644 index 00000000000..0b7c53e54db --- /dev/null +++ b/subprojects/expat.wrap @@ -0,0 +1,10 @@ +[wrap-file] +directory = expat-2.2.5 + +source_url = https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2 +source_filename = expat-2.2.5.tar.bz2 +source_hash = d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6 + +patch_url = https://wrapdb.mesonbuild.com/v1/projects/expat/2.2.5/4/get_zip +patch_filename = expat-2.2.5-4-wrap.zip +patch_hash = 25748839be2bbdd2ff586d1a05aa6fc37aeada75c78416df6e8347a6321abaac |