update dependency in docs

This commit is contained in:
DreamMaoMao 2026-07-08 14:49:23 +08:00
parent 621ea37a24
commit 6d3f7b4abb
2 changed files with 4 additions and 4 deletions

View file

@ -286,7 +286,7 @@ You will need to build `wlroots` and `scenefx` manually as well.
Clone and install the specific version required (check README for latest version).
```bash
git clone -b 0.19.3 https://gitlab.freedesktop.org/wlroots/wlroots.git
git clone -b 0.20.2 https://gitlab.freedesktop.org/wlroots/wlroots.git
cd wlroots
meson build -Dprefix=/usr
sudo ninja -C build install
@ -296,7 +296,7 @@ You will need to build `wlroots` and `scenefx` manually as well.
This library handles the visual effects.
```bash
git clone -b 0.4.1 https://github.com/wlrfx/scenefx.git
git clone -b 0.5.0 https://github.com/wlrfx/scenefx.git
cd scenefx
meson build -Dprefix=/usr
sudo ninja -C build install