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:
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user