From c1a909b55bde173c54258d1163d06989033ecec1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 10:48:52 +0000 Subject: [PATCH] Fix version consistency in documentation Co-authored-by: squassina <8495707+squassina@users.noreply.github.com> --- .github/workflows/README.md | 4 ++-- .github/workflows/build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index cd239af3..3c25282a 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -21,7 +21,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project. **What it does**: 1. Installs system dependencies (libinput, libdrm, etc.) 2. Builds wayland 1.23.1 from source -3. Builds wlroots 0.19 from source +3. Builds wlroots 0.19.0 from source 4. Builds scenefx 0.4.1 from source 5. Uses `meson subprojects download` to fetch any required subproject dependencies 6. Configures the project with meson @@ -38,7 +38,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project. - Meson build system - Ninja build tool - Wayland 1.23.1 (built from source) -- wlroots 0.19 (built from source) +- wlroots 0.19.0 (built from source) - scenefx 0.4.1 (built from source) ### docs.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 584c43de..ea5cbe80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: sudo ldconfig cd .. - - name: Install wlroots 0.19 + - name: Install wlroots 0.19.0 run: | # Install wlroots 0.19 from source git clone https://gitlab.freedesktop.org/wlroots/wlroots.git