From bb5d272dc98b25f05bc21375df3b55a99734dfb0 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 28 Sep 2023 22:07:05 +0100 Subject: [PATCH] README.md: describe --force-fallback-for option --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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/}` -- 2.52.0