This is how you can lock meson build dependencies. Not sure why I didn't think of this before but you just put the .wrap files somewhere and instead of meson wrap install you copy them into subprojects.
This commit is contained in:
parent
678f5cc917
commit
62785d463c
18 changed files with 199 additions and 33 deletions
11
wraps/libgit2.wrap
Normal file
11
wraps/libgit2.wrap
Normal file
|
@ -0,0 +1,11 @@
|
|||
[wrap-file]
|
||||
directory = libgit2-1.8.1
|
||||
source_url = https://github.com/libgit2/libgit2/archive/refs/tags/v1.8.1.tar.gz
|
||||
source_filename = v1.8.1.tar.gz
|
||||
source_hash = 8c1eaf0cf07cba0e9021920bfba9502140220786ed5d8a8ec6c7ad9174522f8e
|
||||
wrapdb_version = 2.4.1-3
|
||||
# patch_filename =
|
||||
# patch_hash =
|
||||
|
||||
[provide]
|
||||
libgit2 = libgit2_dep
|
Loading…
Add table
Add a link
Reference in a new issue