Rebuild for pkg-config fix from meson
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
317d89f1fa
commit
95ca869978
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
Summary: Input device library
|
Summary: Input device library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -18,12 +18,13 @@ Source2: commitid
|
|||||||
Source0: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
Source0: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git-core
|
||||||
BuildRequires: meson pkgconfig
|
BuildRequires: gcc
|
||||||
BuildRequires: libevdev-devel
|
BuildRequires: meson
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: mtdev-devel libwacom-devel
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(libevdev) >= 0.4
|
||||||
|
BuildRequires: pkgconfig(libwacom) >= 0.20
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libinput is a library that handles input devices for display servers and other
|
libinput is a library that handles input devices for display servers and other
|
||||||
@ -102,6 +103,11 @@ git am -p1 %{patches} < /dev/null
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 13 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.8.0-2
|
||||||
|
- Add missing BuildRequires: gcc
|
||||||
|
- Fixup other BuildRequires
|
||||||
|
- Rebuild for pkg-config fix from meson
|
||||||
|
|
||||||
* Mon Jul 03 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-1
|
* Mon Jul 03 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-1
|
||||||
- libinput 1.8
|
- libinput 1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user