From 7e2fa04c19e91e8926aab00082785a31b24c2813 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sat, 18 Sep 2021 20:50:37 +0200 Subject: [PATCH] fix: add missing dependencies --- libkscreen-qt5.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libkscreen-qt5.spec b/libkscreen-qt5.spec index 8020112..aca24d3 100644 --- a/libkscreen-qt5.spec +++ b/libkscreen-qt5.spec @@ -3,7 +3,7 @@ Name: libkscreen-qt5 Summary: KDE display configuration library Version: 5.22.90 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://invent.kde.org/plasma/%{base_name} @@ -29,8 +29,11 @@ BuildRequires: kf5-kwayland-devel >= 5.22 BuildRequires: libX11-devel BuildRequires: libxcb-devel BuildRequires: libXrandr-devel +BuildRequires: plasma-wayland-protocols-devel BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtwayland-devel BuildRequires: qt5-qtx11extras-devel +BuildRequires: wayland-devel Requires: kf5-filesystem @@ -94,6 +97,11 @@ developing applications that use %{name}. %changelog +* Sat Sep 18 2021 Marc Deop - 5.22.90-2 +- Add BuildRequires: plasma-wayland-protocols-devel +- Add BuildRequires: qt5-qtwayland-devel +- Add BuildRequires: wayland-devel + * Fri Sep 17 2021 Marc Deop - 5.22.90-1 - 5.22.90