From 2175e6465af9f0876c958ce259af875915c37bcc Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 21 May 2025 15:19:49 -0400 Subject: [PATCH] Add Wayland dependencies to catpaw --- catpaw.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catpaw.spec b/catpaw.spec index 0632042..dc33dc5 100644 --- a/catpaw.spec +++ b/catpaw.spec @@ -19,6 +19,8 @@ BuildRequires: cmake(KF6ConfigWidgets) BuildRequires: cmake(KF6KCMUtils) BuildRequires: cmake(KF6XmlGui) BuildRequires: kwin-devel +BuildRequires: wayland-devel >= 1.23.0 +BuildRequires: wayland-protocols-devel BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6DBus)