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/efsw.wrap
Normal file
11
wraps/efsw.wrap
Normal file
|
@ -0,0 +1,11 @@
|
|||
[wrap-git]
|
||||
url = https://github.com/SpartanJ/efsw.git
|
||||
revision = 1.3.1
|
||||
depth = 1
|
||||
method = cmake
|
||||
# patch_filename =
|
||||
# patch_hash =
|
||||
|
||||
|
||||
[provide]
|
||||
efsw = efsw_dep
|
Loading…
Add table
Add a link
Reference in a new issue