From: Johan Malm Date: Sat, 30 Sep 2023 07:57:36 +0000 (+0100) Subject: README.md: describe --wrap-mode=nodownload X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=942b4e7e4bcef9d923ce88f9ce330ed23bded4e8;p=proto%2Flabwc.git README.md: describe --wrap-mode=nodownload Fixes: issue #1063 --- diff --git a/README.md b/README.md index d9fd1560..05d26d18 100644 --- a/README.md +++ b/README.md @@ -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: