From 8eed1bd0232a5dec86ed782357acb4b4caa8ff98 Mon Sep 17 00:00:00 2001 From: Steve Cossette Date: Sun, 24 Sep 2023 23:48:40 +0000 Subject: [PATCH] Adding xkbcommon as a BuildRequires While doing the kf6 version of this package, I found that xkbcommon is a recommended package to build it. It works without it, but this showed: -- The following OPTIONAL packages have not been found: * XKB (required version >= 0.5.0), XKB API common to servers and clients., --- kf5-kwidgetsaddons.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwidgetsaddons.spec b/kf5-kwidgetsaddons.spec index 18422bf..c0e8c91 100644 --- a/kf5-kwidgetsaddons.spec +++ b/kf5-kwidgetsaddons.spec @@ -18,6 +18,7 @@ BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel BuildRequires: qt5-qttools-static +BuildRequires: pkgconfig(xkbcommon) Requires: kf5-filesystem >= %{majmin}