From 0f0196046f25f85a6959111526fbdcedc58478be Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Fri, 12 Jun 2026 23:06:53 -0400 Subject: [PATCH] readme: Use `meson setup` in example to fix meson warning Using meson without an explicit command emits a warning. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80796af7..4fa5c0e4 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Build dependencies include: - meson, ninja, gcc/clang - wayland-protocols -Disable xwayland with `meson -Dxwayland=disabled build/` +Disable xwayland with `meson setup -Dxwayland=disabled build/` For OS/distribution specific details see [wiki].