From 38e670fc8633071d21592794644ed934ff274f97 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 4 Apr 2022 08:52:58 +1000 Subject: [PATCH] Add libXrandr as dependency needed for the Xwayland warning --- setxkbmap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setxkbmap.spec b/setxkbmap.spec index b0053e9..e9bbc43 100644 --- a/setxkbmap.spec +++ b/setxkbmap.spec @@ -1,6 +1,6 @@ Name: setxkbmap Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: X11 keymap client License: MIT @@ -8,7 +8,7 @@ URL: https://www.x.org Source0: https://www.x.org/pub/individual/app/setxkbmap-%{version}.tar.xz BuildRequires: make gcc -BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(x11) pkgconfig(xrandr) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xorg-macros) >= 1.8 @@ -35,6 +35,9 @@ on the command line. %{_mandir}/man1/setxkbmap.1* %changelog +* Mon Apr 04 2022 Peter Hutterer - 1.3.3-2 +- Add libXrandr as dependency needed for the Xwayland warning + * Mon Apr 04 2022 Peter Hutterer - 1.3.3-1 - setxkbmap 1.3.3