README.md: describe --wrap-mode=nodownload

Fixes: issue #1063
This commit is contained in:
Johan Malm 2023-09-30 08:57:36 +01:00 committed by Johan Malm
parent c9e96c86dd
commit 942b4e7e4b

View file

@ -164,9 +164,15 @@ Disable xwayland with `meson -Dxwayland=disabled build/`
For OS/distribution specific details see see [wiki]. For OS/distribution specific details see see [wiki].
If the right version of `wlroots` is not found on the system, the build setup
will automatically download the wlroots repo. If this fallback is not desired
please use:
meson setup --wrap-mode=nodownload build/
To enforce the supplied wlroots.wrap file, run: To enforce the supplied wlroots.wrap file, run:
meson setup build/ --force-fallback-for=wlroots meson setup --force-fallback-for=wlroots build/
If installing after using the wlroots.wrap file, use the following to If installing after using the wlroots.wrap file, use the following to
prevent installing the wlroots headers: prevent installing the wlroots headers: