readme: Use meson setup in example to fix meson warning

Using meson without an explicit command emits a warning.
This commit is contained in:
Nikolas Nyby 2026-06-12 23:06:53 -04:00
parent 2135fb0d35
commit 0f0196046f

View file

@ -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].