libinput: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
344e27c547
commit
9ddf3ded77
2 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libinput
|
PKG_NAME:=libinput
|
||||||
PKG_VERSION:=0.21.0
|
PKG_VERSION:=1.0.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/
|
PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/
|
||||||
PKG_MD5SUM:=f91d8f4ced986f1ae16d52ea02bc7837
|
PKG_MD5SUM:=f390e592aa09f77dabceabeb2ddd4419
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/src/libinput-util.c
|
--- a/src/libinput-util.c
|
||||||
+++ b/src/libinput-util.c
|
+++ b/src/libinput-util.c
|
||||||
@@ -215,18 +215,10 @@ parse_mouse_wheel_click_angle_property(c
|
@@ -216,18 +216,10 @@ parse_mouse_wheel_click_angle_property(c
|
||||||
double
|
double
|
||||||
parse_trackpoint_accel_property(const char *prop)
|
parse_trackpoint_accel_property(const char *prop)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue