Add libXrandr as dependency needed for the Xwayland warning
This commit is contained in:
parent
0040632542
commit
38e670fc86
@ -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 <peter.hutterer@redhat.com> - 1.3.3-2
|
||||
- Add libXrandr as dependency needed for the Xwayland warning
|
||||
|
||||
* Mon Apr 04 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.3-1
|
||||
- setxkbmap 1.3.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user