From 80231566b3d595383082099c6e7b2eae8cfea33a Mon Sep 17 00:00:00 2001 From: Shantanu Gadgil Date: Mon, 6 Jan 2025 18:03:39 +0530 Subject: [PATCH] wayland-protocols-devel needed on CentOS Stream 9 Package `wayland-protocols-devel` needs to be installed for the latest code to build, otherwise FTBFS. Running the following fixes the build: ``` dnf install wayland-protocols-devel.noarch ``` NOTE: I haven't tested the Fedora Atomic package names. --- docs/install/build.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/build.mdx b/docs/install/build.mdx index f82534a..49f1c94 100644 --- a/docs/install/build.mdx +++ b/docs/install/build.mdx @@ -107,13 +107,13 @@ Ubuntu 23.10 is 6.5.0 which has a bug which On Fedora variants, use ```sh -sudo dnf install gtk4-devel zig libadwaita-devel +sudo dnf install gtk4-devel zig libadwaita-devel wayland-protocols-devel ``` On Fedora Atomic variants, use ```sh -rpm-ostree install gtk4-devel zig libadwaita-devel +rpm-ostree install gtk4-devel zig libadwaita-devel wayland-protocols-devel ``` #### Gentoo