Add drag lock support (#1249309)
This commit is contained in:
parent
106565c9e1
commit
edc18bb70b
1428
0001-Add-drag-lock-support.patch
Normal file
1428
0001-Add-drag-lock-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
||||
Summary: Xorg X11 libinput input driver
|
||||
Name: xorg-x11-drv-libinput
|
||||
Version: 0.13.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
|
||||
@ -15,6 +15,8 @@ Source1: 90-libinput.conf
|
||||
# Fedora-specific unless merged into 1.7.3 at least
|
||||
Patch00: 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
|
||||
|
||||
Patch01: 0001-Add-drag-lock-support.patch
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -37,6 +39,7 @@ supporting all devices.
|
||||
%prep
|
||||
%setup -q -n %{tarball}-%{version}
|
||||
%patch00 -p1
|
||||
%patch01 -p1
|
||||
|
||||
%build
|
||||
autoreconf --force -v --install || exit 1
|
||||
@ -72,6 +75,9 @@ Xorg X11 libinput input driver development files.
|
||||
%{_includedir}/xorg/libinput-properties.h
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.13.0-2
|
||||
- Add drag lock support (#1249309)
|
||||
|
||||
* Tue Aug 11 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.13.0-1
|
||||
- xf86-input-libinput 0.13.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user