From 5e19e294a89f4d9e9fc22d66999e0b19c72df4c4 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 2 Nov 2021 14:33:38 +0300 Subject: [PATCH] Add to BuildRequires pkgconfig(xext) --- SPECS/qt5-qtwayland.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/qt5-qtwayland.spec b/SPECS/qt5-qtwayland.spec index 0844c94..63fb78f 100644 --- a/SPECS/qt5-qtwayland.spec +++ b/SPECS/qt5-qtwayland.spec @@ -5,7 +5,7 @@ Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} Version: 5.12.5 -Release: 1%{?dist} +Release: 1%{?dist}.alma License: LGPLv3 Url: http://www.qt.io @@ -41,6 +41,7 @@ BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libinput) +BuildRequires: pkgconfig(xext) %description %{summary}. @@ -149,6 +150,9 @@ popd %endif %changelog +* Tue Nov 02 2021 Eduard Abdullin - 5.12.5-1.alma +- Add to BuildRequires pkgconfig(xext) + * Mon Nov 18 2019 Jan Grulich - 5.12.5-1 - 5.12.5 Resolves: bz#1733154