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
10
wraps/sqlitecpp.wrap
Normal file
10
wraps/sqlitecpp.wrap
Normal file
|
@ -0,0 +1,10 @@
|
|||
[wrap-file]
|
||||
directory = SQLiteCpp-3.3.2
|
||||
source_url = https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/3.3.2.zip
|
||||
source_filename = sqlitecpp-3.3.2.zip
|
||||
source_hash = 1f41ef7322da573fdfca95655bd1329282638b4d9d3dc16a48f4bad16008eda8
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlitecpp_3.3.2-1/sqlitecpp-3.3.2.zip
|
||||
wrapdb_version = 3.3.2-1
|
||||
|
||||
[provide]
|
||||
sqlitecpp = sqlitecpp_dep
|
Loading…
Add table
Add a link
Reference in a new issue