Add to BuildRequires pkgconfig(xext)

This commit is contained in:
eabdullin 2021-11-02 14:33:38 +03:00
parent d441b37939
commit 5e19e294a8
1 changed files with 5 additions and 1 deletions

View File

@ -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 <eabdullin@almalinux.org> - 5.12.5-1.alma
- Add to BuildRequires pkgconfig(xext)
* Mon Nov 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
- 5.12.5
Resolves: bz#1733154