mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: add Meson wrap manifests for our dependencies
Add Meson wrap manifests for all of our dependencies which can fallback to a subproject. This makes it easier to build wlroots on platforms where system packages are outdated. Users can now opt-in via `meson configure --wrap-mode=default` and Meson will download and build any missing dependency. Don't download by default because this can be quite surprising and undesirable for some users (e.g. if they are just missing some -dev package).
This commit is contained in:
parent
90530d43fe
commit
428279a319
10 changed files with 26 additions and 0 deletions
3
subprojects/pixman.wrap
Normal file
3
subprojects/pixman.wrap
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[wrap-git]
|
||||
url = https://gitlab.freedesktop.org/pixman/pixman.git
|
||||
revision = HEAD
|
||||
Loading…
Add table
Add a link
Reference in a new issue