]> git.mdlowis.com Git - proto/labwc.git/commitdiff
README.md: describe --force-fallback-for option
authorJohan Malm <jgm323@gmail.com>
Thu, 28 Sep 2023 21:07:05 +0000 (22:07 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 28 Sep 2023 21:46:39 +0000 (22:46 +0100)
README.md

index 076221a0d00221abfb5ad840cb8543e80293490a..5ade8488f00799fd7147168618d125c3aa202f14 100644 (file)
--- a/README.md
+++ b/README.md
@@ -163,6 +163,15 @@ Disable xwayland with `meson -Dxwayland=disabled build/`
 
 For OS/distribution specific details see see [wiki].
 
+To enforce the supplied wlroots.wrap file, run:
+
+    meson setup build/ --force-fallback-for=wlroots
+
+If installing after using the wlroots.wrap file, use the following to
+prevent installing the wlroots headers:
+
+    meson install --skip-subprojects -C build/
+
 ## 3. Configuration
 
 User config files are located at `${XDG_CONFIG_HOME:-$HOME/.config/labwc/}`