build: use meson wraps instead of thirdparty/

Get rid of the "vendored" thirdparty/ libraries, instead rely on meson
"wrap" subprojects.
This commit is contained in:
Dirk-Jan C. Binnema
2026-08-09 17:23:42 +03:00
committed by Seth Ladygo
parent 3c2300ef50
commit 7e32324ac4
32 changed files with 109 additions and 41212 deletions

5
.gitignore vendored
View File

@ -139,3 +139,8 @@ compile_commands.json
/mu/test-query
/mu/test-threads
/lib/test-threads
# meson subprojects: only track the .wrap files
/subprojects/*
!/subprojects/*.wrap
!/subprojects/packagefiles