xorg-x11-drv-libinput 0.27.1
This commit is contained in:
parent
376e5ef110
commit
0cf762fe7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ xf86-input-libinput-0.25.0.tar.bz2
|
||||
/xf86-input-libinput-0.25.1.tar.bz2
|
||||
/xf86-input-libinput-0.26.0.tar.bz2
|
||||
/xf86-input-libinput-0.27.0.tar.bz2
|
||||
/xf86-input-libinput-0.27.1.tar.bz2
|
||||
|
@ -1,35 +0,0 @@
|
||||
From 0db82219bb2ad10dcdf3ea8fe8e226858190c83b Mon Sep 17 00:00:00 2001
|
||||
From: Evangelos Foutras <evangelos@foutrelis.com>
|
||||
Date: Thu, 22 Mar 2018 01:47:07 +0200
|
||||
Subject: [PATCH xf86-input-libinput] Fix "left handed" property not set on all
|
||||
pointers
|
||||
|
||||
Remove conditional that prevents the LIBINPUT_PROP_LEFT_HANDED{,DEFAULT}
|
||||
properties from being set on all pointer devices (only the first got it).
|
||||
This appears to be a debugging left-over accidentally merged in
|
||||
6d3bd4544a6a2f194fa.
|
||||
|
||||
https://bugs.freedesktop.org/show_bug.cgi?id=105667
|
||||
|
||||
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
---
|
||||
src/xf86libinput.c | 3 ---
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/src/xf86libinput.c b/src/xf86libinput.c
|
||||
index 83ab75d..f9ed8ba 100644
|
||||
--- a/src/xf86libinput.c
|
||||
+++ b/src/xf86libinput.c
|
||||
@@ -4930,9 +4930,6 @@ LibinputInitLeftHandedProperty(DeviceIntPtr dev,
|
||||
if (!subdevice_has_capabilities(dev, CAP_POINTER|CAP_TABLET))
|
||||
return;
|
||||
|
||||
- if (prop_left_handed != 0)
|
||||
- return;
|
||||
-
|
||||
if (!libinput_device_config_left_handed_is_available(device) ||
|
||||
driver_data->capabilities & CAP_TABLET)
|
||||
return;
|
||||
--
|
||||
2.14.3
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xf86-input-libinput-0.27.0.tar.bz2) = 716a9b43438acd6b7c6a834a08ecec244fecdc31e77241998414bf1748781026cd6c6e85947155c44400e0192769a714dfbfa0ed42ba3677347cd89ac1081743
|
||||
SHA512 (xf86-input-libinput-0.27.1.tar.bz2) = 01379f5d71bf39214c4dff428173512df57fd12e782f3fcde757be923aa0dbf4e010a0395a81bd8e4fb518edc7e05ca1ee64b1e313eb4df5d4990315580609a1
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Xorg X11 libinput input driver
|
||||
Name: xorg-x11-drv-libinput
|
||||
Version: 0.27.0
|
||||
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Version: 0.27.1
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
|
||||
@ -23,9 +23,6 @@ Source1: 71-libinput-overrides-wacom.conf
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1413306
|
||||
Patch01: 0001-Add-a-DPIScaleFactor-option-as-temporary-solution-to.patch
|
||||
|
||||
# upstream as 0db82219bb2ad10dcdf3ea8fe8e226858190c83b
|
||||
Patch02: 0001-Fix-left-handed-property-not-set-on-all-pointers.patch
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -83,6 +80,9 @@ Xorg X11 libinput input driver development files.
|
||||
%{_includedir}/xorg/libinput-properties.h
|
||||
|
||||
%changelog
|
||||
* Tue Apr 10 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.27.1-1
|
||||
- xorg-x11-drv-libinput 0.27.1
|
||||
|
||||
* Mon Apr 02 2018 Adam Jackson <ajax@redhat.com> - 0.27.0-3
|
||||
- Rebuild for xserver 1.20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user