From: Johan Malm Date: Thu, 28 Sep 2023 21:07:05 +0000 (+0100) Subject: README.md: describe --force-fallback-for option X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=bb5d272dc98b25f05bc21375df3b55a99734dfb0;p=proto%2Flabwc.git README.md: describe --force-fallback-for option --- diff --git a/README.md b/README.md index 076221a0..5ade8488 100644 --- 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/}`