From 2d9a9727508f24b7b078223fd13fc269817554e7 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 11 Dec 2025 22:52:46 +0100 Subject: [PATCH] Enhance Containerfile: Add development packages for Wayland support --- Containerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Containerfile b/Containerfile index 5c16ad7..b8e8295 100644 --- a/Containerfile +++ b/Containerfile @@ -24,6 +24,12 @@ RUN dnf install -y \ vulkan-loader \ vulkan-loader.i686 \ vulkan-tools \ + wayland-devel \ + wayland-protocols-devel \ + libxkbcommon \ + libxkbcommon-x11 \ + libffi \ + libffi.i686 \ cabextract \ niri \ dms \