Do not require libxcvt for RHEL - libxcvt not in RHEL yet - https://bugzilla.redhat.com/show_bug.cgi?id=2099514

epel9
Troy Dawson 2 years ago
parent 4ec67432b9
commit 25cb3134e0

@ -17,7 +17,7 @@
Name: kwin
Version: 5.26.4
Release: 1%{?dist}
Release: 1%{?dist}.1
Summary: KDE Window manager
# all sources are effectively GPLv2+, except for:
@ -58,7 +58,10 @@ BuildRequires: qt5-qtx11extras-devel
BuildRequires: qt5-qtwayland-devel
# X11/OpenGL
## libxcvt not in RHEL yet - https://bugzilla.redhat.com/show_bug.cgi?id=2099514
%if 0%{?fedora}
BuildRequires: pkgconfig(libxcvt)
%endif
BuildRequires: mesa-libGL-devel
BuildRequires: mesa-libEGL-devel
BuildRequires: mesa-libgbm-devel
@ -361,6 +364,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%changelog
* Mon Jun 20 2022 Troy Dawson <tdawson@redhat.com> - 5.26.4-1.1
- Do not require libxcvt for RHEL
* Tue Nov 29 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.4-1
- 5.26.4

Loading…
Cancel
Save