use BuildRequires: cmake(QAccessibilityClient) for Qt5 version

for 0.6.0 of qaccessibilityclient in the qt5 build, use the cmake macro for the right library
epel9
Marie Loise Nolden 11 months ago
parent 8b476c5c04
commit 6f5877a4a3

@ -17,7 +17,7 @@
Name: kwin
Version: 5.27.10
Release: 3%{?dist}
Release: 4%{?dist}
Summary: KDE Window manager
# all sources are effectively GPLv2+, except for:
@ -46,7 +46,7 @@ BuildRequires: kf5-rpm-macros
BuildRequires: systemd-rpm-macros
# Qt
BuildRequires: qaccessibilityclient-devel
BuildRequires: cmake(QAccessibilityClient)
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtbase-static
# KWinQpaPlugin (and others?)
@ -364,6 +364,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%changelog
* Fri Mar 1 2024 Marie Loise Nolden <loise@kde.org> - 5.27.10-4
- use BuildRequires: cmake(QAccessibilityClient) for Qt5 version
* Mon Feb 12 2024 Alessandro Astone <ales.astone@gmail.com> - 5.27.10-3
- Add xwayland pkgconfig build dependency to use listenfd

Loading…
Cancel
Save