Skip to content

Commit

Permalink
README.md: describe --wrap-mode=nodownload
Browse files Browse the repository at this point in the history
Fixes: issue #1063
  • Loading branch information
johanmalm committed Sep 30, 2023
1 parent c9e96c8 commit 942b4e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -164,9 +164,15 @@ Disable xwayland with `meson -Dxwayland=disabled build/`

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:

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
prevent installing the wlroots headers:
Expand Down

0 comments on commit 942b4e7

Please sign in to comment.