]> git.mdlowis.com Git - proto/labwc.git/commitdiff
README.md: describe --wrap-mode=nodownload
authorJohan Malm <jgm323@gmail.com>
Sat, 30 Sep 2023 07:57:36 +0000 (08:57 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 30 Sep 2023 21:26:38 +0000 (22:26 +0100)
Fixes: issue #1063
README.md

index d9fd1560ee52633af70324b5864a80c3ee484ea5..05d26d18ef7ffcd03392fd28152356c0b67e5018 100644 (file)
--- 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: