update dependency in docs

This commit is contained in:
DreamMaoMao 2026-07-08 14:49:23 +08:00
parent 4efdbb19d3
commit bd4dee3ea2
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). Clone and install the specific version required (check README for latest version).
```bash ```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 cd wlroots
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install 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. This library handles the visual effects.
```bash ```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 cd scenefx
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install sudo ninja -C build install

View file

@ -19,7 +19,7 @@
meson, meson,
ninja, ninja,
scenefx, scenefx,
wlroots_0_19, wlroots_0_20,
libGL, libGL,
enableXWayland ? true, enableXWayland ? true,
debug ? false, debug ? false,
@ -56,7 +56,7 @@ stdenv.mkDerivation {
pixman pixman
wayland wayland
wayland-protocols wayland-protocols
wlroots_0_19 wlroots_0_20
scenefx scenefx
libGL libGL
libdrm libdrm